|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsPublishResourceInfo
public class CmsPublishResourceInfo
A publish resource additional information bean.
| Nested Class Summary | |
|---|---|
static class |
CmsPublishResourceInfo.Type
Reason value constants, when resources can not be published. |
| Constructor Summary | |
|---|---|
protected |
CmsPublishResourceInfo()
For serialization. |
|
CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type)
Creates a new publish resource additional information bean. |
| Method Summary | |
|---|---|
CmsPublishResourceInfo.Type |
getType()
Returns the type. |
java.lang.String |
getValue()
Returns the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type)
value - the additional infotype - the additional info typeprotected CmsPublishResourceInfo()
| Method Detail |
|---|
public CmsPublishResourceInfo.Type getType()
public java.lang.String getValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||