Method Summary |
|
public long | getLastModified() Getter of the 'lastModified' property. |
public String | getMd5() Getter of the 'md5' property. |
public String | getName() Getter of the 'name' property. |
public int | getPermissions() Getter of the 'permissions' property. |
public long | getSize() Getter of the 'size' property. |
public boolean | isDirectory() Getter of the 'directory' property. |
public boolean | isEmpty() Getter of the 'empty' property. |
public boolean | isJarFile() Getter of the 'jarFile' property. |
public boolean | isPackedJarFile() Getter of the 'packedJarFile' property. |
public boolean | isSignedJarFile() Getter of the 'signedJarFile' property. |
public void | setDirectory(boolean directory) Setter for the 'directory' property. |
public void | setEmpty(boolean empty) Setter for the 'empty' property. |
public void | setJarFile(boolean jarFile) Setter for the 'jarFile' property. |
public void | setLastModified(long lastModified) Setter for the 'lastModified' property. |
public void | setMd5(String md5) Setter for the 'md5' property. |
public void | setName(String name) Setter for the 'name' property. |
public void | setPackedJarFile(boolean packedJarFile) Setter for the 'packedJarFile' property. |
public void | setPermissions(int permissions) Setter for the 'permissions' property. |
public void | setSignedJarFile(boolean signedJarFile) Setter for the 'signedJarFile' property. |
public void | setSize(long size) Setter for the 'size' property. |