public class DefaultNLibPaths extends Object implements NLibPaths
| Constructor and Description |
|---|
DefaultNLibPaths(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSupportLevel(NSupportLevelContext context) |
List<NExecutionEntry> |
parseExecutionEntries(InputStream inputStream,
String type,
String sourceName) |
List<NExecutionEntry> |
parseExecutionEntries(NPath file) |
NOptional<NId> |
resolveId(Class<?> clazz) |
NOptional<NId> |
resolveId(NPath path) |
List<NId> |
resolveIds(Class<?> clazz) |
List<NId> |
resolveIds(NPath path) |
NOptional<NPath> |
resolveLibPath(Class<?> clazz) |
List<NPath> |
resolveLibPaths(Class<?> clazz) |
public DefaultNLibPaths(NWorkspace workspace)
public List<NExecutionEntry> parseExecutionEntries(NPath file)
parseExecutionEntries in interface NLibPathspublic List<NExecutionEntry> parseExecutionEntries(InputStream inputStream, String type, String sourceName)
parseExecutionEntries in interface NLibPathspublic int getSupportLevel(NSupportLevelContext context)
getSupportLevel in interface NComponentpublic List<NPath> resolveLibPaths(Class<?> clazz)
resolveLibPaths in interface NLibPathspublic NOptional<NPath> resolveLibPath(Class<?> clazz)
resolveLibPath in interface NLibPathspublic List<NId> resolveIds(NPath path)
resolveIds in interface NLibPathspublic List<NId> resolveIds(Class<?> clazz)
resolveIds in interface NLibPathsCopyright © 2025 vpc open source initiative. All rights reserved.