Package org.forgerock.openig.config.env
Class PlatformEnvironment
- java.lang.Object
-
- org.forgerock.openig.config.env.EnvironmentDelegate
-
- org.forgerock.openig.config.env.PlatformEnvironment
-
- All Implemented Interfaces:
Environment
public class PlatformEnvironment extends EnvironmentDelegate
Delegates to a unix or windows type environment depending on the OS.- Since:
- 2.2
-
-
Constructor Summary
Constructors Constructor Description PlatformEnvironment()Builds a new platform specificEnvironmentdepending on the os.name system property.
-
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
-
-
-
-
Constructor Detail
-
PlatformEnvironment
public PlatformEnvironment()
Builds a new platform specificEnvironmentdepending on the os.name system property.
-
-
Method Detail
-
delegate
protected Environment delegate()
Description copied from class:EnvironmentDelegateReturns the environment delegatee.- Specified by:
delegatein classEnvironmentDelegate- Returns:
- the environment delegatee.
-
-