|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.CmsExportPoint
public class CmsExportPoint
Contains the data of a single export point.
Constructor Summary | |
---|---|
CmsExportPoint()
Creates a new, empty export point. |
|
CmsExportPoint(java.lang.String uri,
java.lang.String destination)
Creates a new export point. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getConfiguredDestination()
Returns the configured destination path. |
java.lang.String |
getDestinationPath()
Returns the destination path in the "real" file system. |
java.lang.String |
getUri()
Returns the uri of the OpenCms VFS folder to write as export point. |
int |
hashCode()
|
void |
setConfiguredDestination(java.lang.String value)
Sets the configured destination path. |
void |
setDestinationPath(java.lang.String value)
Dummy method to expose the destination path as bean property. |
void |
setUri(java.lang.String value)
Sets the uri of the OpenCms VFS folder to write as export point. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CmsExportPoint()
public CmsExportPoint(java.lang.String uri, java.lang.String destination)
uri
- the folder in the OpenCms VFS to write as export pointdestination
- the destination folder in the "real" file system,
relative to the web application rootMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getConfiguredDestination()
The configured destination path is always relative to the web application path.
getDestinationPath()
public java.lang.String getDestinationPath()
public java.lang.String getUri()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public void setConfiguredDestination(java.lang.String value)
The configured destination path is always relative to the web application path.
This set method will automatically set the destination path as well.
value
- the configured destination pathpublic void setDestinationPath(java.lang.String value)
This is required by the BeanUtils
package in order to
enable using this Object with the digester.
The method does not actually change the value of the destination path.
Use the
method instead.
setConfiguredDestination(String)
value
- the destination path (will be ignored)public void setUri(java.lang.String value)
value
- the uri to setpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |