de.cau.cs.kieler.kex.controller
Class ExportResource

java.lang.Object
  extended by de.cau.cs.kieler.kex.controller.ExportResource

public class ExportResource
extends Object

Export resources are resources with a IResource, a localPath IPath and a flag directOpen.

Rating red

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

ExportResource

public ExportResource(IResource resourceParam,
                      IPath localPathParam)
Creates a new export resource with a IResource and a IPath.

Parameters:
resourceParam - , IResource
localPathParam - , IPath
Method Detail

getResource

public IResource getResource()
Getter for resource.

Returns:
IResource

getLocalPath

public IPath getLocalPath()
Getter for local path.

Returns:
IPath

setDirectOpen

public void setDirectOpen(boolean directOpenParam)
Setter for direct open attribute.

Parameters:
directOpenParam - , boolean

isDirectOpen

public boolean isDirectOpen()
Getter for direct open attribute.

Returns:
boolean