public class DefaultImportModel extends Object
| Constructor and Description |
|---|
DefaultImportModel(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String[] importExpressions,
net.thevpc.nuts.NutsSession session) |
Set<String> |
getAll() |
Set<String> |
getCachedImports() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
void |
invalidateCache() |
boolean |
isImportedGroupId(String groupId) |
protected Set<String> |
parseImports(String importExpression) |
void |
remove(String[] importExpressions,
net.thevpc.nuts.NutsSession session) |
void |
removeAll(net.thevpc.nuts.NutsSession session) |
void |
set(String[] imports,
net.thevpc.nuts.NutsSession session) |
public void invalidateCache()
public void add(String[] importExpressions, net.thevpc.nuts.NutsSession session)
public void removeAll(net.thevpc.nuts.NutsSession session)
public void remove(String[] importExpressions, net.thevpc.nuts.NutsSession session)
public void set(String[] imports, net.thevpc.nuts.NutsSession session)
public boolean isImportedGroupId(String groupId)
public net.thevpc.nuts.NutsWorkspace getWorkspace()
Copyright © 2022 vpc open source initiative. All rights reserved.