|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kex.controller.ExportResource
public class ExportResource
Export resources are resources with a IResource
, a localPath IPath
and a flag
directOpen.
Constructor Summary | |
---|---|
ExportResource(IResource resourceParam,
IPath localPathParam)
Creates a new export resource with a IResource and a IPath . |
Method Summary | |
---|---|
IPath |
getLocalPath()
Getter for local path. |
IResource |
getResource()
Getter for resource. |
boolean |
isDirectOpen()
Getter for direct open attribute. |
void |
setDirectOpen(boolean directOpenParam)
Setter for direct open attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportResource(IResource resourceParam, IPath localPathParam)
IResource
and a IPath
.
resourceParam
- , IResource
localPathParam
- , IPath
Method Detail |
---|
public IResource getResource()
IResource
public IPath getLocalPath()
IPath
public void setDirectOpen(boolean directOpenParam)
directOpenParam
- , booleanpublic boolean isDirectOpen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |