public class Root extends AbstractRootSlice
Slice that represents a whole JAR file, classes directory, module or other
single source of classes. The slice contains all its .class files.| Modifier and Type | Method and Description |
|---|---|
Manifest |
getManifest() |
URL |
getResource(String name) |
InputStream |
getResourceAsStream(String name) |
File |
getRootFile() |
URI |
getURI() |
String |
toString() |
contains, getClazzes, packageOf, packageOf, packageOf, packageTreeOf, packageTreeOf, packageTreeOf, slice, slicedependencyClosure, getDependencies, minus, minus, minus, minus, named, partitionBy, partitionBy, partitionByPackage, plus, plus, slice, slice, usespublic URI getURI()
public File getRootFile()
public InputStream getResourceAsStream(String name)
public Manifest getManifest() throws IOException
IOExceptionCopyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.