Class ActivationFile

  • All Implemented Interfaces:
    Serializable

    public class ActivationFile
    extends Object
    implements Serializable
    This is the file specification used to activate the profile. The missing value will be the location of a file that needs to exist, and if it doesn't the profile will be activated. On the other hand exists will test for the existence of the file and if it is there the profile will be activated.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • ActivationFile

        public ActivationFile()
    • Method Detail

      • getExists

        public String getExists()
        Get the name of the file that must exist to activate the profile.
        Returns:
        String
      • getMissing

        public String getMissing()
        Get the name of the file that must be missing to activate the profile.
        Returns:
        String
      • setExists

        public void setExists​(String exists)
        Set the name of the file that must exist to activate the profile.
        Parameters:
        exists -
      • setMissing

        public void setMissing​(String missing)
        Set the name of the file that must be missing to activate the profile.
        Parameters:
        missing -