ro.isdc.wro.manager.factory.standalone
Class StandaloneContext

java.lang.Object
  extended by ro.isdc.wro.manager.factory.standalone.StandaloneContext
All Implemented Interfaces:
Serializable

public class StandaloneContext
extends Object
implements Serializable

A context for running wro4j in standalone mode. This context can be used by a build time solutions like maven.

Author:
Alex Objelean
See Also:
Serialized Form

Constructor Summary
StandaloneContext()
           
 
Method Summary
 File getContextFolder()
           
 File getWroFile()
           
 boolean isIgnoreMissingResources()
           
 boolean isMinimize()
           
 void setContextFolder(File contextFolder)
           
 void setIgnoreMissingResources(boolean ignoreMissingResources)
           
 void setMinimize(boolean minimize)
           
 void setWroFile(File wroFile)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandaloneContext

public StandaloneContext()
Method Detail

getWroFile

public File getWroFile()
Returns:
the wroFile

setWroFile

public void setWroFile(File wroFile)
Parameters:
wroFile - the wroFile to set

getContextFolder

public File getContextFolder()
Returns:
the contextFolder

setContextFolder

public void setContextFolder(File contextFolder)
Parameters:
contextFolder - the contextFolder to set

isMinimize

public boolean isMinimize()
Returns:
the minimize

setMinimize

public void setMinimize(boolean minimize)
Parameters:
minimize - the minimize to set

isIgnoreMissingResources

public boolean isIgnoreMissingResources()
Returns:
the ignoreMissingResources

setIgnoreMissingResources

public void setIgnoreMissingResources(boolean ignoreMissingResources)
Parameters:
ignoreMissingResources - the ignoreMissingResources to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008-2013. All Rights Reserved.