| 
 | ||||||||||
| 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 org.eclipse.core.runtime.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(org.eclipse.core.runtime.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 org.eclipse.core.runtime.CoreException
pss - To be saved property sets
java.io.IOException
org.eclipse.core.runtime.CoreException
public static IPropertySet[] loadPropertySets()
                                       throws org.eclipse.core.runtime.CoreException
java.io.IOException
org.eclipse.core.runtime.CoreExceptionpublic static org.eclipse.core.runtime.IPath getStorageLocation()
public static void setStorageLocation(org.eclipse.core.runtime.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 | |||||||||