public class DefaultNutsRepositoryEnvManager extends Object implements net.thevpc.nuts.NutsRepositoryEnvManager
| Constructor and Description |
|---|
DefaultNutsRepositoryEnvManager(DefaultNutsRepositoryEnvModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String property,
String defaultValue) |
String |
get(String key,
String defaultValue,
boolean inherit) |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsRepositoryEnvManager |
set(String property,
String value) |
net.thevpc.nuts.NutsRepositoryEnvManager |
setSession(net.thevpc.nuts.NutsSession session) |
Map<String,String> |
toMap() |
Map<String,String> |
toMap(boolean inherit) |
public DefaultNutsRepositoryEnvManager(DefaultNutsRepositoryEnvModel model)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsRepositoryEnvManagerpublic net.thevpc.nuts.NutsRepositoryEnvManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsRepositoryEnvManagerpublic Map<String,String> toMap(boolean inherit)
toMap in interface net.thevpc.nuts.NutsRepositoryEnvManagerpublic String get(String key, String defaultValue, boolean inherit)
get in interface net.thevpc.nuts.NutsRepositoryEnvManagerpublic Map<String,String> toMap()
toMap in interface net.thevpc.nuts.NutsRepositoryEnvManagerpublic String get(String property, String defaultValue)
get in interface net.thevpc.nuts.NutsRepositoryEnvManagerCopyright © 2021 vpc open source initiative. All rights reserved.