Uses of Class
step.functions.type.AbstractFunctionType.FileVersionCloseable
Packages that use AbstractFunctionType.FileVersionCloseable
-
Uses of AbstractFunctionType.FileVersionCloseable in step.functions.type
Methods in step.functions.type that return AbstractFunctionType.FileVersionCloseableModifier and TypeMethodDescriptionprotected AbstractFunctionType<T>.FileVersionCloseableAbstractFunctionType.registerFile(File file, String propertyName, Map<String, String> props, boolean cleanable) Register the provided file in the grid's file manager for a given property.protected AbstractFunctionType<T>.FileVersionCloseableAbstractFunctionType.registerFile(step.core.dynamicbeans.DynamicValue<String> dynamicValue, String propertyName, Map<String, String> props, boolean cleanable, step.core.AbstractStepContext executionContext) Register the provided file in the grid's file manager for a given property.protected AbstractFunctionType<T>.FileVersionCloseableAbstractFunctionType.registerResource(ClassLoader cl, String resourceName, boolean isDirectory, String propertyName, Map<String, String> props, boolean cleanable) Register the provided file as resource in the grid's file manager for a given property.