public class BunchFileData extends FileData
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> |
entries
The data.
|
directory, displayname, exists, filename, filesize, lastmodified, path, prefix, separator| Constructor and Description |
|---|
BunchFileData()
Create a new file data.
|
BunchFileData(java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> entries)
Create a new file data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(jadex.commons.Tuple2<java.lang.String,RemoteJarFile> entry)
Add an entry.
|
java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> |
getEntries()
Get the entries.
|
void |
setEntries(java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> entries)
Set the entries.
|
convertToRemoteFiles, getDisplayName, getDisplayName, getFilename, getFileSize, getLastModified, getPath, getPrefixLength, getSeparatorChar, isDirectory, isExists, setDirectory, setDisplayName, setExists, setFilename, setFileSize, setLastModified, setPath, setPrefixLength, setSeparatorChar, toStringprotected java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> entries
public BunchFileData()
public BunchFileData(java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> entries)
public java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> getEntries()
public void setEntries(java.util.Collection<jadex.commons.Tuple2<java.lang.String,RemoteJarFile>> entries)
entries - The entries to set.public void addEntry(jadex.commons.Tuple2<java.lang.String,RemoteJarFile> entry)
entry - The entry.