Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.collector.resource
Class SourceContainerResource

java.lang.Object
  extended by com.ibm.etools.systems.application.collector.resource.CollectorResource
      extended by com.ibm.etools.systems.application.collector.resource.SourceContainerResource

public class SourceContainerResource
extends CollectorResource

This class models source container Collector Resource.


Constructor Summary
SourceContainerResource()
           
 
Method Summary
 String getAbsolutePath()
          Default implementation for SourceContainerResources.
 String getHostName()
          Host name of the system where source container resource resides.
 String getLocation()
          The location of the source container resource.
 String getPath()
          The path of source container resource.
 String getVersion()
          The version information of the resource.
 void setPath(String thepath)
          Sets the path of the source container resource.
 
Methods inherited from class com.ibm.etools.systems.application.collector.resource.CollectorResource
getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceContainerResource

public SourceContainerResource()
Method Detail

getPath

public String getPath()
The path of source container resource.

Returns:
Path of the resource.

setPath

public void setPath(String thepath)
Sets the path of the source container resource.

Parameters:
thepath - The path to set.

getHostName

public String getHostName()
Host name of the system where source container resource resides. Subclass should override with meaningful implementation.

Specified by:
getHostName in class CollectorResource
Returns:
Host name of the resource.

getVersion

public String getVersion()
The version information of the resource. Subclass should override with meaningful implementation.

Specified by:
getVersion in class CollectorResource
Returns:
Version of the resource.

getLocation

public String getLocation()
The location of the source container resource.

Specified by:
getLocation in class CollectorResource
Returns:
Location of the source container resource. Subclass should override with meaningful implementation.

getAbsolutePath

public String getAbsolutePath()
Default implementation for SourceContainerResources. Subclass should override with a more meaningful implementation.

Specified by:
getAbsolutePath in class CollectorResource
See Also:
CollectorResource.getAbsolutePath()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.