Class Host.HostCommandConfig

java.lang.Object
htmlcompiler.commands.Host.HostCommandConfig
Enclosing class:
Host

public static class Host.HostCommandConfig extends Object
  • Field Details

    • validation

      public String validation
    • inputDir

      public Path inputDir
    • outputDir

      public Path outputDir
    • replaceExtension

      public boolean replaceExtension
    • variables

      public Map<String,String> variables
    • port

      public int port
    • requestApiEnabled

      public boolean requestApiEnabled
    • requestApiSpecification

      public String requestApiSpecification
    • hostedPaths

      public Path[] hostedPaths
    • watchedDirectories

      public String watchedDirectories
    • baseDir

      public Path baseDir
    • jsCompressorType

      public String jsCompressorType
    • checksEnabled

      public boolean checksEnabled
    • deprecatedTagsEnabled

      public boolean deprecatedTagsEnabled
    • compressionEnabled

      public boolean compressionEnabled
    • htmlCompressionEnabled

      public boolean htmlCompressionEnabled
    • cssCompressionEnabled

      public boolean cssCompressionEnabled
    • jsCompressionEnabled

      public boolean jsCompressionEnabled
    • cacheJsCompression

      public boolean cacheJsCompression
  • Constructor Details

    • HostCommandConfig

      public HostCommandConfig()
  • Method Details