Class ConfigFile

  • All Implemented Interfaces:
    ConfigFileInfo

    public class ConfigFile
    extends Object
    implements ConfigFileInfo

    Additional configuration files which should be created during feature installation.

    Java class for configFile complex type.

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

     <complexType name="configFile">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="finalname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="override" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • finalname

        protected String finalname
      • override

        protected Boolean override
    • Constructor Detail

      • ConfigFile

        public ConfigFile()
    • Method Detail

      • setLocation

        public void setLocation​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • setFinalname

        public void setFinalname​(String value)
        Sets the value of the finalname property.
        Parameters:
        value - allowed object is String
      • isOverride

        public boolean isOverride()
        Gets the value of the override property.
        Specified by:
        isOverride in interface ConfigFileInfo
        Returns:
        possible object is Boolean
      • setOverride

        public void setOverride​(Boolean value)
        Sets the value of the override property.
        Parameters:
        value - allowed object is Boolean