Package org.forgerock.openig.config.env
Class UnixEnvironment
- java.lang.Object
-
- org.forgerock.openig.config.env.EnvironmentDelegate
-
- org.forgerock.openig.config.env.UnixEnvironment
-
- All Implemented Interfaces:
Environment
public class UnixEnvironment extends EnvironmentDelegate
Represents a UNIX default environment.- Since:
- 2.2
-
-
Constructor Summary
Constructors Constructor Description UnixEnvironment()Builds a new UNIX environment that will be located in the user's directory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Environmentdelegate()Returns the environment delegatee.-
Methods inherited from class org.forgerock.openig.config.env.EnvironmentDelegate
getBaseDirectory, getConfigDirectory, getScriptDirectory, getTempDirectory
-
-
-
-
Method Detail
-
delegate
protected Environment delegate()
Description copied from class:EnvironmentDelegateReturns the environment delegatee.- Specified by:
delegatein classEnvironmentDelegate- Returns:
- the environment delegatee.
-
-