public class VDSFileUtils
extends java.lang.Object
| Constructor and Description |
|---|
VDSFileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDvxAbsoluteDir()
Returns the full path to the directory where the views (.dvx files) are
stored.
|
static java.lang.String |
getDvxFilePathByDvxName(java.lang.String dvxName)
Returns the full path to the .dvx view file with the name
dvxName. |
static java.lang.String |
getDvxFilePathByOrxName(java.lang.String orxName)
Returns the full path to the .dvx view file with the name
orxName. |
static java.lang.String |
getOrxFilePathByOrxName(java.lang.String orxName)
Returns the full path to the .orx file specified by
orxName. |
static java.lang.String |
getOrxFilePathByOrxName(java.lang.String orxName,
boolean isDataBase)
Returns the full path to the .orx file specified by
orxName. |
static java.lang.String |
getSoDvxFilePathByOrxName(java.lang.String orxName)
Returns the full path to the .dvx view file with the name so_
orxName. |
static boolean |
hasDvxFile(java.lang.String dvxName)
Returns true if the given view (dvx name) is found in the views (dvx)
folder.
|
public static java.lang.String getOrxFilePathByOrxName(java.lang.String orxName)
orxName.orxName - the name of a schema file (.orx).orxName.public static java.lang.String getOrxFilePathByOrxName(java.lang.String orxName,
boolean isDataBase)
orxName.orxName - the name of a schema file (.orx).isDataBase - if set to true will assume that the orx is found
in the "org" folder,false will assume that the orx is found in the
"lod" folder.orxName.public static java.lang.String getSoDvxFilePathByOrxName(java.lang.String orxName)
orxName.orxName - the name of a schema file (.orx).orxName.public static java.lang.String getDvxFilePathByOrxName(java.lang.String orxName)
orxName.orxName - the name of a schema file (.orx).orxName.public static java.lang.String getDvxFilePathByDvxName(java.lang.String dvxName)
dvxName.dvxName - the name of a view file (.dvx).dvxName.public static boolean hasDvxFile(java.lang.String dvxName)
dvxName - the name of a view file (.dvx).true if the given view (dvx name) is found in the
views (dvx) folder, returns false otherwise.public static java.lang.String getDvxAbsoluteDir()