|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.drivers.XMLFileManager
public class XMLFileManager
Basic XML file manager
Constructor Summary | |
---|---|
XMLFileManager()
Constructor |
Method Summary | |
---|---|
static java.lang.String |
getFileDateTimeStamp()
Returns date last the file was last modified |
static java.lang.String |
getFileName()
Return the file name |
static IPath |
getStorageLocation()
Get property set storage location |
static IPropertySet[] |
loadPropertySets()
Load all property sets from storage |
static void |
saveNamedPropertySet(IPropertySet[] pss)
Save property sets |
static void |
setFileName(java.lang.String name)
Set the file name |
static void |
setStorageLocation(IPath location)
Set property set storage location |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLFileManager()
Method Detail |
---|
public static void saveNamedPropertySet(IPropertySet[] pss) throws CoreException
pss
- To be saved property sets
java.io.IOException
CoreException
public static IPropertySet[] loadPropertySets() throws CoreException
java.io.IOException
CoreException
public static IPath getStorageLocation()
public static void setStorageLocation(IPath location)
location
- where connection profiles storage is putpublic static java.lang.String getFileName()
public static void setFileName(java.lang.String name)
name
- public static java.lang.String getFileDateTimeStamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |