Package org.pentaho.di.ui.util
Class DialogUtils
- java.lang.Object
-
- org.pentaho.di.ui.util.DialogUtils
-
public class DialogUtils extends Object
- Author:
- Andrey Khayrutdinov
-
-
Constructor Summary
Constructors Constructor Description DialogUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPath(String parentPath, String path)
static String
getPathOf(org.pentaho.di.repository.RepositoryElementMetaInterface object)
static boolean
objectWithTheSameNameExists(org.pentaho.di.shared.SharedObjectInterface object, Collection<? extends org.pentaho.di.shared.SharedObjectInterface> scope)
-
-
-
Method Detail
-
getPathOf
public static String getPathOf(org.pentaho.di.repository.RepositoryElementMetaInterface object)
-
objectWithTheSameNameExists
public static boolean objectWithTheSameNameExists(org.pentaho.di.shared.SharedObjectInterface object, Collection<? extends org.pentaho.di.shared.SharedObjectInterface> scope)
-
-