Package adams.env
Class TrustStoreDefinition
- java.lang.Object
-
- adams.env.AbstractPropertiesDefinition
-
- adams.env.TrustStoreDefinition
-
- All Implemented Interfaces:
Serializable
public class TrustStoreDefinition extends adams.env.AbstractPropertiesDefinitionDefinition for the trust store props file.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustStoreDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()Returns the properties file name (no path) this definition is for.StringgetKey()Returns the key this definition is for.voidupdate(adams.env.AbstractEnvironment env)Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
-
-
-
Field Detail
-
KEY
public static final String KEY
the key as constant.- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
public String getKey()
Returns the key this definition is for.- Specified by:
getKeyin classadams.env.AbstractPropertiesDefinition- Returns:
- the key
-
getFile
public String getFile()
Returns the properties file name (no path) this definition is for.- Specified by:
getFilein classadams.env.AbstractPropertiesDefinition- Returns:
- the key
-
update
public void update(adams.env.AbstractEnvironment env)
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).- Specified by:
updatein classadams.env.AbstractPropertiesDefinition- Parameters:
env- the environment object to update
-
-