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