Modifier and Type | Class and Description |
---|---|
pack-priv static interface |
Modifier and Type | Field and Description |
---|---|
protected Map | |
private final String | |
private final URI | |
private final Path | |
private final ClassFileReader |
Access | Constructor and Description |
---|---|
protected | |
protected | |
protected |
Modifier and Type | Method and Description |
---|---|
public void | |
public void | |
public void | close()
Implements java. Closes this stream and releases any system resources associated with it. |
public boolean | |
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public Set | |
public Stream | |
public static Archive | |
public Module | |
public String | |
public String | |
public boolean | |
public int | |
public boolean | |
private boolean | |
public static boolean | |
public Optional | |
public ClassFileReader | |
public String | |
public void |
deps | back to summary |
---|---|
protected Map<Dependency. |
filename | back to summary |
---|---|
private final String filename |
location | back to summary |
---|---|
private final URI location |
path | back to summary |
---|---|
private final Path path |
reader | back to summary |
---|---|
private final ClassFileReader reader |
Archive | back to summary |
---|---|
protected Archive(String name) |
Archive | back to summary |
---|---|
protected Archive(String name, URI location, ClassFileReader reader) |
Archive | back to summary |
---|---|
protected Archive(Path p, ClassFileReader reader) |
addClass | back to summary |
---|---|
public void addClass(Dependency. |
addClass | back to summary |
---|---|
public void addClass(Dependency. |
close | back to summary |
---|---|
public void close() throws IOException Implements java. Doc from java. Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect. As noted in
|
contains | back to summary |
---|---|
public boolean contains(String entry) |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getClasses | back to summary |
---|---|
public Set |
getDependencies | back to summary |
---|---|
public Stream |
getInstance | back to summary |
---|---|
public static Archive getInstance(Path p, Runtime. |
getModule | back to summary |
---|---|
public Module getModule() |
getName | back to summary |
---|---|
public String getName() |
getPathName | back to summary |
---|---|
public String getPathName() |
hasDependences | back to summary |
---|---|
public boolean hasDependences() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isEmpty | back to summary |
---|---|
public boolean isEmpty() Tests if any class has been parsed. |
isJrt | back to summary |
---|---|
private boolean isJrt() |
isSameLocation | back to summary |
---|---|
public static boolean isSameLocation(Archive archive, Archive other) |
path | back to summary |
---|---|
public Optional |
reader | back to summary |
---|---|
public ClassFileReader reader() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
visitDependences | back to summary |
---|---|
public void visitDependences(Archive. |
Modifier and Type | Method and Description |
---|---|
public void |
visit | back to summary |
---|---|
public void visit(Dependency. |