Uses of Class
io.github.mkoncek.classpathless.api.ClassIdentifier
-
Packages that use ClassIdentifier Package Description io.github.mkoncek.classpathless io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of ClassIdentifier in io.github.mkoncek.classpathless
Methods in io.github.mkoncek.classpathless with parameters of type ClassIdentifier Modifier and Type Method Description Collection<IdentifiedBytecode>
ClasspathClassesProvider. getClass(ClassIdentifier... names)
-
Uses of ClassIdentifier in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api that return ClassIdentifier Modifier and Type Method Description ClassIdentifier
IdentifiedFile. getClassIdentifier()
Methods in io.github.mkoncek.classpathless.api with parameters of type ClassIdentifier Modifier and Type Method Description int
ClassIdentifier. compareTo(ClassIdentifier o)
Collection<IdentifiedBytecode>
ClassesProvider. getClass(ClassIdentifier... names)
Callback for compiler, which provides, on demand, the dependencies compiler is missing.Constructors in io.github.mkoncek.classpathless.api with parameters of type ClassIdentifier Constructor Description IdentifiedBytecode(ClassIdentifier classIdentifier, byte[] file)
IdentifiedFile(ClassIdentifier classIdentifier, byte[] file)
IdentifiedSource(ClassIdentifier classIdentifier, byte[] file)
IdentifiedSource(ClassIdentifier classIdentifier, byte[] file, Charset charset)
-
Uses of ClassIdentifier in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl with parameters of type ClassIdentifier Modifier and Type Method Description Collection<IdentifiedBytecode>
NullClassesProvider. getClass(ClassIdentifier... names)
Collection<IdentifiedBytecode>
SimpleClassesProvider. getClass(ClassIdentifier... names)
-