|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.channelAction.classic.sharing.SpaceTool
Id: SpaceTool.java,v 1.0 5 janv. 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: SpaceTool Original Author: Yohan Colmant Object used to manage a Space while the sharing of spaces by users
Field Summary | |
protected static Log |
log
Logger object |
private Space |
space
The Space we are using |
Constructor Summary | |
SpaceTool(java.lang.String stringToParse)
Constructor |
Method Summary | |
Space |
getSpace()
return the space |
static java.lang.String |
getXmlFromSpace(Space space)
Get an xml form of a space |
void |
setSpace(Space space)
add a new space to the list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final Log log
private Space space
Constructor Detail |
public SpaceTool(java.lang.String stringToParse)
stringToParse
- the String we want to parseMethod Detail |
public Space getSpace()
public void setSpace(Space space)
space
- the space to addpublic static java.lang.String getXmlFromSpace(Space space) throws PropertiesException
space
- the Space we want to export into xml
PropertiesException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |