Class Config

java.lang.Object
de.foellix.aql.config.Config

public class Config extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}androidPlatforms"/>
         <element ref="{}androidBuildTools"/>
         <element ref="{}maxMemory"/>
         <element ref="{}tools"/>
         <element ref="{}preprocessors"/>
         <element ref="{}operators"/>
         <element ref="{}converters"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • androidPlatforms

      protected String androidPlatforms
    • androidBuildTools

      protected String androidBuildTools
    • maxMemory

      protected int maxMemory
    • tools

      protected Tools tools
    • preprocessors

      protected Preprocessors preprocessors
    • operators

      protected Operators operators
    • converters

      protected Converters converters
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getAndroidPlatforms

      public String getAndroidPlatforms()
      Gets the value of the androidPlatforms property.
      Returns:
      possible object is String
    • setAndroidPlatforms

      public void setAndroidPlatforms(String value)
      Sets the value of the androidPlatforms property.
      Parameters:
      value - allowed object is String
    • getAndroidBuildTools

      public String getAndroidBuildTools()
      Gets the value of the androidBuildTools property.
      Returns:
      possible object is String
    • setAndroidBuildTools

      public void setAndroidBuildTools(String value)
      Sets the value of the androidBuildTools property.
      Parameters:
      value - allowed object is String
    • getMaxMemory

      public int getMaxMemory()
      Gets the value of the maxMemory property.
    • setMaxMemory

      public void setMaxMemory(int value)
      Sets the value of the maxMemory property.
    • getTools

      public Tools getTools()
      Gets the value of the tools property.
      Returns:
      possible object is Tools
    • setTools

      public void setTools(Tools value)
      Sets the value of the tools property.
      Parameters:
      value - allowed object is Tools
    • getPreprocessors

      public Preprocessors getPreprocessors()
      Gets the value of the preprocessors property.
      Returns:
      possible object is Preprocessors
    • setPreprocessors

      public void setPreprocessors(Preprocessors value)
      Sets the value of the preprocessors property.
      Parameters:
      value - allowed object is Preprocessors
    • getOperators

      public Operators getOperators()
      Gets the value of the operators property.
      Returns:
      possible object is Operators
    • setOperators

      public void setOperators(Operators value)
      Sets the value of the operators property.
      Parameters:
      value - allowed object is Operators
    • getConverters

      public Converters getConverters()
      Gets the value of the converters property.
      Returns:
      possible object is Converters
    • setConverters

      public void setConverters(Converters value)
      Sets the value of the converters property.
      Parameters:
      value - allowed object is Converters