Package org.jbake.launcher
Class LaunchOptions
- java.lang.Object
-
- org.jbake.launcher.LaunchOptions
-
public class LaunchOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LaunchOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetConfig()java.lang.StringgetConfigValue()java.io.FilegetDestination()java.lang.StringgetDestinationValue()java.lang.StringgetPropertiesEncoding()java.io.FilegetSource()java.lang.StringgetSourceValue()java.lang.StringgetTemplate()booleanisBake()booleanisClearCache()booleanisHelpNeeded()booleanisInit()booleanisListConfig()booleanisRunServer()
-
-
-
Method Detail
-
getTemplate
public java.lang.String getTemplate()
-
getSource
public java.io.File getSource()
-
getSourceValue
public java.lang.String getSourceValue()
-
getDestination
public java.io.File getDestination()
-
getDestinationValue
public java.lang.String getDestinationValue()
-
getConfig
public java.io.File getConfig()
-
getConfigValue
public java.lang.String getConfigValue()
-
isHelpNeeded
public boolean isHelpNeeded()
-
isRunServer
public boolean isRunServer()
-
isInit
public boolean isInit()
-
isClearCache
public boolean isClearCache()
-
isBake
public boolean isBake()
-
isListConfig
public boolean isListConfig()
-
getPropertiesEncoding
public java.lang.String getPropertiesEncoding()
-
-