public class RemoteJarFile extends FileData
Constructor and Description |
---|
RemoteJarFile()
Create a remote jar file.
|
RemoteJarFile(String filename,
String path,
boolean directory,
String displayname,
Map<String,Collection<FileData>> jarentries,
String relativepath,
long lastmodified,
char separator,
int prefix,
long size)
Create a remote jar file.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<FileData>> |
getJarEntries()
Get the jarentries.
|
String |
getRelativePath()
Get the relativepath.
|
Collection<FileData> |
listFiles()
List the files.
|
void |
setJarEntries(Map<String,Collection<FileData>> jarentries)
Set the jarentries.
|
void |
setRelativePath(String relativepath)
Set the relativepath.
|
convertToRemoteFiles, getDisplayName, getDisplayName, getFilename, getFileSize, getLastModified, getPath, getPrefixLength, getSeparatorChar, isDirectory, isExists, setDirectory, setDisplayName, setExists, setFilename, setFileSize, setLastModified, setPath, setPrefixLength, setSeparatorChar, toString
public Collection<FileData> listFiles()
public Map<String,Collection<FileData>> getJarEntries()
public void setJarEntries(Map<String,Collection<FileData>> jarentries)
jarentries
- The jarentries to set.public String getRelativePath()
public void setRelativePath(String relativepath)
relativepath
- The relativepath to set.Copyright © 2013. All Rights Reserved.