public class LocalSource extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
directory |
String |
path |
long |
size |
String |
vfsRoot |
protected static com.thoughtworks.xstream.XStream |
xstream |
Constructor and Description |
---|
LocalSource() |
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
long |
getSize() |
String |
getVfsRoot() |
boolean |
isDirectory() |
void |
setDirectory(boolean directory) |
void |
setPath(String path) |
void |
setSize(long size) |
void |
setVfsRoot(String vfsRoot) |
protected static com.thoughtworks.xstream.XStream xstream
public String path
public String vfsRoot
public long size
public boolean directory
public String getPath()
public long getSize()
public void setPath(String path)
public void setSize(long size)
public boolean isDirectory()
public void setDirectory(boolean directory)
public String getVfsRoot()
public void setVfsRoot(String vfsRoot)
Copyright © 2014. All Rights Reserved.