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 boolean
equals(Object obj)
static File
getBaseDir()
File
getFile()
static Properties
getProperties()
boolean
getSavesToFile()
String
getValue()
boolean
isRelative()
static String
matchAndReplace(String value)
static void
setBaseDir(File file)
void
setRelative(boolean b)
void
setSavesToFile(boolean b)
void
setValue(String string)
String
toString()
-
-
-
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
-
-