java.lang.Object
nablarch.core.repository.di.config.xml.schema.ConfigFile

public class ConfigFile extends Object
プロパティファイルの読み込みを設定する際に使用する型。

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 Details

    • file

      protected String file
    • encoding

      protected String encoding
    • dir

      protected String dir
  • Constructor Details

    • ConfigFile

      public ConfigFile()
  • Method Details

    • getFile

      public String getFile()
      Gets the value of the file property.
      Returns:
      possible object is String
    • setFile

      public void setFile(String value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is String
    • getEncoding

      public String getEncoding()
      Gets the value of the encoding property.
      Returns:
      possible object is String
    • setEncoding

      public void setEncoding(String value)
      Sets the value of the encoding property.
      Parameters:
      value - allowed object is String
    • getDir

      public String getDir()
      Gets the value of the dir property.
      Returns:
      possible object is String
    • setDir

      public void setDir(String value)
      Sets the value of the dir property.
      Parameters:
      value - allowed object is String