Uses of Class
org.pentaho.di.resource.ResourceEntry
-
Packages that use ResourceEntry Package Description org.pentaho.di.resource -
-
Uses of ResourceEntry in org.pentaho.di.resource
Methods in org.pentaho.di.resource that return types with arguments of type ResourceEntry Modifier and Type Method Description List<ResourceEntry>
ResourceReference. getEntries()
Method parameters in org.pentaho.di.resource with type arguments of type ResourceEntry Modifier and Type Method Description void
ResourceReference. setEntries(List<ResourceEntry> entries)
Constructor parameters in org.pentaho.di.resource with type arguments of type ResourceEntry Constructor Description ResourceReference(ResourceHolderInterface resourceReferenceHolder, List<ResourceEntry> entries)
-