java.lang.Object
org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnectionSpec
All Implemented Interfaces:
ConnectionSpec

public class XMLFileConnectionSpec extends Object implements ConnectionSpec
Provides the behavior of instantiating a XML file adapter ConnectionSpec.
Since:
OracleAS TopLink 10g (10.0.3)
  • Field Details

    • directory

      protected String directory
      Stored the default directory for file access.
  • Constructor Details

    • XMLFileConnectionSpec

      public XMLFileConnectionSpec()
      PUBLIC: Default constructor.
    • XMLFileConnectionSpec

      public XMLFileConnectionSpec(String directory)
      PUBLIC: Construct the spec with the default directory.
  • Method Details

    • getDirectory

      protected String getDirectory()
      PUBLIC: Return the default directory for file access.
    • setDirectory

      protected void setDirectory(String directory)
      PUBLIC: Set the default directory for file access.
    • toString

      public String toString()
      Overrides:
      toString in class Object