public class DefaultNLibPaths extends Object implements NLibPaths
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
DefaultNLibPaths(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScore(NScorableContext 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisValidScore, query, querypublic 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 getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablepublic 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.