public class Configuration 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="{}cssSourceDir"/>
<element ref="{}cssTargetDir"/>
<element ref="{}cssSourceFiles"/>
<element ref="{}cssFinalFile"/>
<element ref="{}jsSourceDir"/>
<element ref="{}jsTargetDir"/>
<element ref="{}jsSourceFiles"/>
<element ref="{}jsFinalFile"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cssFinalFile |
protected String |
cssSourceDir |
protected CssSourceFiles |
cssSourceFiles |
protected String |
cssTargetDir |
protected String |
jsFinalFile |
protected String |
jsSourceDir |
protected JsSourceFiles |
jsSourceFiles |
protected String |
jsTargetDir |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssFinalFile()
Gets the value of the cssFinalFile property.
|
String |
getCssSourceDir()
Gets the value of the cssSourceDir property.
|
CssSourceFiles |
getCssSourceFiles()
Gets the value of the cssSourceFiles property.
|
String |
getCssTargetDir()
Gets the value of the cssTargetDir property.
|
String |
getJsFinalFile()
Gets the value of the jsFinalFile property.
|
String |
getJsSourceDir()
Gets the value of the jsSourceDir property.
|
JsSourceFiles |
getJsSourceFiles()
Gets the value of the jsSourceFiles property.
|
String |
getJsTargetDir()
Gets the value of the jsTargetDir property.
|
void |
setCssFinalFile(String value)
Sets the value of the cssFinalFile property.
|
void |
setCssSourceDir(String value)
Sets the value of the cssSourceDir property.
|
void |
setCssSourceFiles(CssSourceFiles value)
Sets the value of the cssSourceFiles property.
|
void |
setCssTargetDir(String value)
Sets the value of the cssTargetDir property.
|
void |
setJsFinalFile(String value)
Sets the value of the jsFinalFile property.
|
void |
setJsSourceDir(String value)
Sets the value of the jsSourceDir property.
|
void |
setJsSourceFiles(JsSourceFiles value)
Sets the value of the jsSourceFiles property.
|
void |
setJsTargetDir(String value)
Sets the value of the jsTargetDir property.
|
protected String cssSourceDir
protected String cssTargetDir
protected CssSourceFiles cssSourceFiles
protected String cssFinalFile
protected String jsSourceDir
protected String jsTargetDir
protected JsSourceFiles jsSourceFiles
protected String jsFinalFile
public String getCssSourceDir()
Stringpublic void setCssSourceDir(String value)
value - allowed object is
Stringpublic String getCssTargetDir()
Stringpublic void setCssTargetDir(String value)
value - allowed object is
Stringpublic CssSourceFiles getCssSourceFiles()
CssSourceFilespublic void setCssSourceFiles(CssSourceFiles value)
value - allowed object is
CssSourceFilespublic String getCssFinalFile()
Stringpublic void setCssFinalFile(String value)
value - allowed object is
Stringpublic String getJsSourceDir()
Stringpublic void setJsSourceDir(String value)
value - allowed object is
Stringpublic String getJsTargetDir()
Stringpublic void setJsTargetDir(String value)
value - allowed object is
Stringpublic JsSourceFiles getJsSourceFiles()
JsSourceFilespublic void setJsSourceFiles(JsSourceFiles value)
value - allowed object is
JsSourceFilespublic String getJsFinalFile()
StringCopyright © 2013 Agile Knowledge Engineering and Semantic Web. All Rights Reserved.