Class ConfigFile
java.lang.Object
nablarch.core.repository.di.config.xml.schema.ConfigFile
プロパティファイルの読み込みを設定する際に使用する型。
Java class for ConfigFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigFile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDir()
Gets the value of the dir property.Gets the value of the encoding property.getFile()
Gets the value of the file property.void
Sets the value of the dir property.void
setEncoding
(String value) Sets the value of the encoding property.void
Sets the value of the file property.
-
Field Details
-
file
-
encoding
-
dir
-
-
Constructor Details
-
ConfigFile
public ConfigFile()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
Sets the value of the file property.- Parameters:
value
- allowed object isString
-
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
Sets the value of the encoding property.- Parameters:
value
- allowed object isString
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
Sets the value of the dir property.- Parameters:
value
- allowed object isString
-