|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.file.CmsMountPoint
Describes a mountpoint. A mountpoint defines the type of a filesystem or database containing data used my the Cms and where it is mounted in to the logical filesystem of the Cms.
| Field Summary |
| Constructor Summary | |
CmsMountPoint(String mountpoint,
String mountpath,
String name,
CmsUser user,
CmsGroup group,
CmsProject project,
int type,
int flags,
int accessFlags,
int launcherId,
String launcherClass)
Constructs a new CmsMountPoint. |
|
CmsMountPoint(String mountpoint,
String driver,
String connect,
String name)
Constructs a new CmsMountPoint. |
|
| Method Summary | |
int |
getAccessFlags()
Returns the default access flags of a CmsMountPoint Object. |
String |
getConnect()
Returns the database connect string of a CmsMountPoint Object. |
String |
getDriver()
Returns the database driver of a CmsMountPoint Object. |
int |
getFlags()
Returns the default flags of a CmsMountPoint Object. |
int |
getGroup()
Returns the default group id of a CmsMountPoint Object. |
String |
getLauncherClass()
Returns the default launcher class name of a CmsMountPoint Object. |
int |
getLauncherId()
Returns the default launcher id of a CmsMountPoint Object. |
String |
getMountPath()
Returns the mountpath of a CmsMountPoint Object. |
String |
getMountpoint()
Returns the Mountpoint of a CmsMountPoint Object. |
int |
getMountpointType()
Returns the type of this mountpoint. |
String |
getName()
Returns the name of a CmsMountPoint Object. |
int |
getProject()
Returns the default project id of a CmsMountPoint Object. |
int |
getType()
Returns the default filetype of a CmsMountPoint Object. |
int |
getUser()
Returns the default user id of a CmsMountPoint Object. |
String |
toString()
Returns a string-representation for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsMountPoint(String mountpoint,
String mountpath,
String name,
CmsUser user,
CmsGroup group,
CmsProject project,
int type,
int flags,
int accessFlags,
int launcherId,
String launcherClass)
mountpoint - The mount point in the Cms filesystem.mountpath - The physical location this mount point directs to.name - The name of this mountpoint.user - The default user for this mountpoint.group - The default group for this mountpoint.project - The default project for this mountpoint.type - The default resourcetype for this mountpoint.
public CmsMountPoint(String mountpoint,
String driver,
String connect,
String name)
mountpoint - The mount point in the Cms filesystem.name - The name of this mountpoint.| Method Detail |
public int getAccessFlags()
public String getConnect()
public String getDriver()
public int getFlags()
public int getGroup()
public String getLauncherClass()
public int getLauncherId()
public String getMountPath()
public String getMountpoint()
public int getMountpointType()
public String getName()
public int getProject()
public int getType()
public int getUser()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||