public class CmsExportPoint
extends java.lang.Object
构造器和说明 |
---|
CmsExportPoint()
Creates a new, empty export point.
|
CmsExportPoint(java.lang.String uri,
java.lang.String destination)
Creates a new export point.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone() |
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() |
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 rootpublic java.lang.Object clone()
clone
在类中 java.lang.Object
Object.clone()
public boolean equals(java.lang.Object obj)
equals
在类中 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
在类中 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
在类中 java.lang.Object
Object.toString()