Package com.cosylab.vdct.util
Class DBDEntry
- java.lang.Object
-
- com.cosylab.vdct.util.DBDEntry
-
public class DBDEntry extends Object
- Author:
- ilist Stores info about DBD entry.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static FilegetBaseDir()FilegetFile()static PropertiesgetProperties()booleangetSavesToFile()StringgetValue()booleanisRelative()static StringmatchAndReplace(String value)static voidsetBaseDir(File file)voidsetRelative(boolean b)voidsetSavesToFile(boolean b)voidsetValue(String string)StringtoString()
-
-
-
Constructor Detail
-
DBDEntry
public DBDEntry(String value)
- Parameters:
value- value
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- something
-
setValue
public void setValue(String string)
- Parameters:
string- string
-
getFile
public File getFile()
- Returns:
- something
-
getSavesToFile
public boolean getSavesToFile()
- Returns:
- something
-
setSavesToFile
public void setSavesToFile(boolean b)
- Parameters:
b- b
-
matchAndReplace
public static String matchAndReplace(String value)
- Parameters:
value- value- Returns:
- something
-
getBaseDir
public static File getBaseDir()
- Returns:
- something
-
setBaseDir
public static void setBaseDir(File file)
- Parameters:
file- file
-
getProperties
public static Properties getProperties()
- Returns:
- something
-
isRelative
public boolean isRelative()
- Returns:
- something
-
setRelative
public void setRelative(boolean b)
- Parameters:
b- b
-
-