public class CurrentDirectoryResolver extends Object
| Constructor and Description | 
|---|
CurrentDirectoryResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
normalizeSlashes(String str)  | 
org.pentaho.di.core.variables.VariableSpace | 
resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod,
                       org.pentaho.di.core.variables.VariableSpace parentVariables,
                       Repository repository,
                       Job job,
                       String filename)  | 
org.pentaho.di.core.variables.VariableSpace | 
resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod,
                       org.pentaho.di.core.variables.VariableSpace parentVariables,
                       Repository repository,
                       StepMeta stepMeta,
                       String filename)  | 
org.pentaho.di.core.variables.VariableSpace | 
resolveCurrentDirectory(org.pentaho.di.core.variables.VariableSpace parentVariables,
                       org.pentaho.di.repository.RepositoryDirectoryInterface directory,
                       String filename)  | 
public org.pentaho.di.core.variables.VariableSpace resolveCurrentDirectory(org.pentaho.di.core.variables.VariableSpace parentVariables,
                                                                           org.pentaho.di.repository.RepositoryDirectoryInterface directory,
                                                                           String filename)
public org.pentaho.di.core.variables.VariableSpace resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod,
                                                                           org.pentaho.di.core.variables.VariableSpace parentVariables,
                                                                           Repository repository,
                                                                           StepMeta stepMeta,
                                                                           String filename)
public org.pentaho.di.core.variables.VariableSpace resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod,
                                                                           org.pentaho.di.core.variables.VariableSpace parentVariables,
                                                                           Repository repository,
                                                                           Job job,
                                                                           String filename)