Package org.forgerock.openig.config.env
Class WindowsEnvironment
- java.lang.Object
-
- org.forgerock.openig.config.env.EnvironmentDelegate
-
- org.forgerock.openig.config.env.WindowsEnvironment
-
- All Implemented Interfaces:
Environment
public class WindowsEnvironment extends EnvironmentDelegate
Represents a Windows default environment.- Since:
- 2.2
-
-
Constructor Summary
Constructors Constructor Description WindowsEnvironment()Builds a new Windows environment that will be located in the $AppData$ 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.
-
-