net.officefloor.eclipse.extension.classpath
Class VariableClasspathProvision

java.lang.Object
  extended by net.officefloor.eclipse.extension.classpath.VariableClasspathProvision
All Implemented Interfaces:
ClasspathProvision

public class VariableClasspathProvision
extends Object
implements ClasspathProvision

ClasspathProvision for a variable.

Author:
Daniel Sagenschneider

Constructor Summary
VariableClasspathProvision(String variable, String path)
          Initiate.
 
Method Summary
 String getPath()
          Obtains the path from the variable.
 String getVariable()
          Obtains the variable name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableClasspathProvision

public VariableClasspathProvision(String variable,
                                  String path)
Initiate.

Parameters:
variable - Name of the variable.
path - Path from the variable.
Method Detail

getVariable

public String getVariable()
Obtains the variable name.

Returns:
Variable name.

getPath

public String getPath()
Obtains the path from the variable.

Returns:
Path from the variable.


Copyright © 2005-2013. All Rights Reserved.