Package tools.refinery.language.library
Class PathLibrary
java.lang.Object
tools.refinery.language.library.PathLibrary
- All Implemented Interfaces:
 RefineryLibrary
- 
Field Summary
Fields inherited from interface tools.refinery.language.library.RefineryLibrary
FILE_NAME_SUFFIX - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionOptional<org.eclipse.xtext.naming.QualifiedName> computeQualifiedName(org.eclipse.emf.common.util.URI uri, List<Path> libraryPaths) Optional<org.eclipse.emf.common.util.URI> resolveQualifiedName(org.eclipse.xtext.naming.QualifiedName qualifiedName, List<Path> libraryPaths) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.language.library.RefineryLibrary
getAutomaticImports, getDocumentation, getSuggestedLibraries 
- 
Constructor Details
- 
PathLibrary
public PathLibrary() 
 - 
 - 
Method Details
- 
resolveQualifiedName
public Optional<org.eclipse.emf.common.util.URI> resolveQualifiedName(org.eclipse.xtext.naming.QualifiedName qualifiedName, List<Path> libraryPaths) - Specified by:
 resolveQualifiedNamein interfaceRefineryLibrary
 - 
computeQualifiedName
public Optional<org.eclipse.xtext.naming.QualifiedName> computeQualifiedName(org.eclipse.emf.common.util.URI uri, List<Path> libraryPaths) - Specified by:
 computeQualifiedNamein interfaceRefineryLibrary
 
 -