Uses of Class
crypto.cryslhandler.CrySLModelReaderClassPath
-
Packages that use CrySLModelReaderClassPath Package Description crypto.cryslhandler -
-
Uses of CrySLModelReaderClassPath in crypto.cryslhandler
Fields in crypto.cryslhandler declared as CrySLModelReaderClassPath Modifier and Type Field Description static CrySLModelReaderClassPathCrySLModelReaderClassPath. JAVA_CLASS_PATHMethods in crypto.cryslhandler that return CrySLModelReaderClassPath Modifier and Type Method Description static CrySLModelReaderClassPathCrySLModelReaderClassPath. createFromPaths(Collection<Path> virtualClassPath)Creates a new instance with the current runtime's classpath and the elements the given set.static CrySLModelReaderClassPathCrySLModelReaderClassPath. createFromURIs(Collection<URI> virtualClassPath)Creates a new instance with the current runtime's classpath and the elements the given set.Constructors in crypto.cryslhandler with parameters of type CrySLModelReaderClassPath Constructor Description CrySLModelReader(CrySLModelReaderClassPath classPath)Creates a CrySLModelReader which creates rules from classes on the runtime's classpath and a given virtual classpath.
-