public class DefaultImportManager extends Object implements net.thevpc.nuts.NutsImportManager
| Constructor and Description |
|---|
DefaultImportManager(DefaultImportModel model) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsImportManager |
add(String[] importExpressions) |
Set<String> |
getAll() |
DefaultImportModel |
getModel() |
net.thevpc.nuts.NutsSession |
getSession() |
boolean |
isImportedGroupId(String groupId) |
net.thevpc.nuts.NutsImportManager |
remove(String[] importExpressions) |
net.thevpc.nuts.NutsImportManager |
removeAll() |
net.thevpc.nuts.NutsImportManager |
set(String[] imports) |
DefaultImportManager |
setSession(net.thevpc.nuts.NutsSession session) |
public DefaultImportManager(DefaultImportModel model)
public net.thevpc.nuts.NutsImportManager add(String[] importExpressions)
add in interface net.thevpc.nuts.NutsImportManagerpublic net.thevpc.nuts.NutsImportManager removeAll()
removeAll in interface net.thevpc.nuts.NutsImportManagerpublic net.thevpc.nuts.NutsImportManager remove(String[] importExpressions)
remove in interface net.thevpc.nuts.NutsImportManagerpublic net.thevpc.nuts.NutsImportManager set(String[] imports)
set in interface net.thevpc.nuts.NutsImportManagerpublic boolean isImportedGroupId(String groupId)
isImportedGroupId in interface net.thevpc.nuts.NutsImportManagerpublic Set<String> getAll()
getAll in interface net.thevpc.nuts.NutsImportManagerpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsImportManagerpublic DefaultImportManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsImportManagerpublic DefaultImportModel getModel()
Copyright © 2021 vpc open source initiative. All rights reserved.