public class Bucket
extends java.lang.Object
Constructor and Description |
---|
Bucket(java.lang.String outputFolder,
java.lang.String representative,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
applyRepresentative() |
int |
getId() |
int |
getNumOfFiles() |
java.lang.String |
getPath() |
java.lang.String |
getRepresentative() |
void |
incNumOfFiles() |
void |
setRepresentative(java.lang.String representative) |
public Bucket(java.lang.String outputFolder, java.lang.String representative, int id)
public java.lang.String getPath()
public java.lang.String getRepresentative()
public void setRepresentative(java.lang.String representative)
public void applyRepresentative() throws java.io.IOException
java.io.IOException
public int getNumOfFiles()
public void incNumOfFiles()
public int getId()