Class XMLFileConnectionSpec
java.lang.Object
org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnectionSpec
- All Implemented Interfaces:
ConnectionSpec
Provides the behavior of instantiating a XML file adapter ConnectionSpec.
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPUBLIC: Default constructor.XMLFileConnectionSpec
(String directory) PUBLIC: Construct the spec with the default directory. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
PUBLIC: Return the default directory for file access.protected void
setDirectory
(String directory) PUBLIC: Set the default directory for file access.toString()
-
Field Details
-
directory
Stored the default directory for file access.
-
-
Constructor Details
-
XMLFileConnectionSpec
public XMLFileConnectionSpec()PUBLIC: Default constructor. -
XMLFileConnectionSpec
PUBLIC: Construct the spec with the default directory.
-
-
Method Details