Uses of Enum Class
ch.nolix.baseapi.programcontrol.processproperty.WriteMode
Packages that use WriteMode
Package
Description
-
Uses of WriteMode in ch.nolix.base.document.node
Methods in ch.nolix.base.document.node with parameters of type WriteModeModifier and TypeMethodDescriptionfinal voidAbstractNode.saveToFile(String path, WriteMode writeMode) Saves the currentAbstractNodeto the file with the given path. -
Uses of WriteMode in ch.nolix.base.environment.filesystem
Methods in ch.nolix.base.environment.filesystem with parameters of type WriteModeModifier and TypeMethodDescriptionstatic FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode) Creates a new empty file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode, byte[] content) Creates a new file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode, String content) Creates a new file with the given path. -
Uses of WriteMode in ch.nolix.baseapi.programcontrol.processproperty
Subclasses with type arguments of type WriteMode in ch.nolix.baseapi.programcontrol.processpropertyModifier and TypeClassDescriptionenumAWriteModedefines the behavior when a target, that should be created, exists already.Methods in ch.nolix.baseapi.programcontrol.processproperty that return WriteMode