Uses of Enum Class
org.apache.jena.rdfpatch.filelog.FilePolicy
Packages that use FilePolicy
-
Uses of FilePolicy in org.apache.jena.rdfpatch.filelog
Methods in org.apache.jena.rdfpatch.filelog that return FilePolicyModifier and TypeMethodDescriptionstatic FilePolicystatic FilePolicyReturns the enum constant of this class with the specified name.static FilePolicy[]FilePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.rdfpatch.filelog with parameters of type FilePolicyModifier and TypeMethodDescriptionstatic ManagedOutputOutputMgr.create(String directoryName, String baseFilename, FilePolicy strategy) Create amanaged output streamhandler for a file.static ManagedOutputOutputMgr.create(String pathName, FilePolicy strategy) Create amanaged output streamhandler for a file.static ManagedOutputOutputMgr.create(Path directory, String baseFilename, FilePolicy strategy) Create amanaged output streamhandler for a file. -
Uses of FilePolicy in org.apache.jena.rdfpatch.filelog.rotate
Constructors in org.apache.jena.rdfpatch.filelog.rotate with parameters of type FilePolicyModifierConstructorDescriptionOutputManagedFile(Path directory, String baseFilename, FilePolicy strategy)