@Internal public class JarDescriptor extends Object
| Constructor and Description |
|---|
JarDescriptor(String name,
com.google.common.io.InputSupplier<InputStream> inputSupplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getChecksum() |
FileHashDescriptor |
getFileHashDescriptor() |
InputStream |
getInputStream() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public JarDescriptor(String name, com.google.common.io.InputSupplier<InputStream> inputSupplier)
@NotNull public String getName()
public long getChecksum()
@NotNull public InputStream getInputStream() throws IOException
IOException - if a stream to the jar file could not be created@NotNull public FileHashDescriptor getFileHashDescriptor()
JarDescriptorCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.