Package htmlcompiler.commands
Class Host.HostCommandConfig
java.lang.Object
htmlcompiler.commands.Host.HostCommandConfig
- Enclosing class:
- Host
public static class Host.HostCommandConfig extends Object
-
Field Summary
Fields Modifier and Type Field Description Path
baseDir
Path[]
hostedPaths
Path
inputDir
Path
outputDir
int
port
boolean
replaceExtension
boolean
requestApiEnabled
String
requestApiSpecification
CompilerType
type
String
validation
Map<String,String>
variables
String
watchedDirectories
-
Constructor Summary
Constructors Constructor Description HostCommandConfig()
-
Method Summary
-
Field Details
-
type
-
validation
-
inputDir
-
outputDir
-
replaceExtension
public boolean replaceExtension -
variables
-
port
public int port -
requestApiEnabled
public boolean requestApiEnabled -
requestApiSpecification
-
hostedPaths
-
watchedDirectories
-
baseDir
-
-
Constructor Details
-
HostCommandConfig
public HostCommandConfig()
-