|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.state.GCUBEPublicationProfile
public class GCUBEPublicationProfile
A publication profile for WS-Resources partly instantiated from the JNDI configuration of the port-type.
GCUBEPortTypeContext.getProfile()| Constructor Summary | |
|---|---|
GCUBEPublicationProfile()
|
|
| Method Summary | |
|---|---|
String |
getAbsoluteFileName()
Gets the absolute file name. |
String |
getAbsolutePath()
Gets the absolute path. |
String |
getFileName()
Returns the name of the publication configuration file. |
String |
getMode()
Returns the mode of publication. |
void |
setAbsolutePath(String path)
Sets the absolute path. |
void |
setFileName(String fileName)
Sets the name of the publication configuration file. |
void |
setMode(String mode)
Sets the mode of publication. |
void |
setProfile(String profile)
Sets the publication profile. |
String |
toString()
Returns the publication profile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GCUBEPublicationProfile()
| Method Detail |
|---|
public String getFileName()
public void setFileName(String fileName)
fileName - the file name.public String getMode()
public void setMode(String mode)
mode - the mode,public String toString()
toString in class Objectpublic void setProfile(String profile)
profile - the profile.public String getAbsoluteFileName()
public void setAbsolutePath(String path)
path - the path.public String getAbsolutePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||