Package de.foellix.aql.config
Class Config
java.lang.Object
de.foellix.aql.config.Config
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Convertersprotected intprotected Operatorsprotected Preprocessorsprotected Tools -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the androidBuildTools property.Gets the value of the androidPlatforms property.Gets the value of the converters property.intGets the value of the maxMemory property.Gets the value of the operators property.Gets the value of the preprocessors property.getTools()Gets the value of the tools property.voidsetAndroidBuildTools(String value) Sets the value of the androidBuildTools property.voidsetAndroidPlatforms(String value) Sets the value of the androidPlatforms property.voidsetConverters(Converters value) Sets the value of the converters property.voidsetMaxMemory(int value) Sets the value of the maxMemory property.voidsetOperators(Operators value) Sets the value of the operators property.voidsetPreprocessors(Preprocessors value) Sets the value of the preprocessors property.voidSets the value of the tools property.
-
Field Details
-
androidPlatforms
-
androidBuildTools
-
maxMemory
protected int maxMemory -
tools
-
preprocessors
-
operators
-
converters
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getAndroidPlatforms
Gets the value of the androidPlatforms property.- Returns:
- possible object is
String
-
setAndroidPlatforms
Sets the value of the androidPlatforms property.- Parameters:
value- allowed object isString
-
getAndroidBuildTools
Gets the value of the androidBuildTools property.- Returns:
- possible object is
String
-
setAndroidBuildTools
Sets the value of the androidBuildTools property.- Parameters:
value- allowed object isString
-
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
Gets the value of the tools property.- Returns:
- possible object is
Tools
-
setTools
Sets the value of the tools property.- Parameters:
value- allowed object isTools
-
getPreprocessors
Gets the value of the preprocessors property.- Returns:
- possible object is
Preprocessors
-
setPreprocessors
Sets the value of the preprocessors property.- Parameters:
value- allowed object isPreprocessors
-
getOperators
Gets the value of the operators property.- Returns:
- possible object is
Operators
-
setOperators
Sets the value of the operators property.- Parameters:
value- allowed object isOperators
-
getConverters
Gets the value of the converters property.- Returns:
- possible object is
Converters
-
setConverters
Sets the value of the converters property.- Parameters:
value- allowed object isConverters
-