Verwendungen von Enum-Klasse
ch.nolix.coreapi.programcontrolapi.processproperty.WriteMode
Package
Beschreibung
The
ch.nolix.core.document.node
package defines a document node.The
ch.nolix.core.environment.filesystem
package defines methods to
access the file system.The
ch.nolix.coreapi.programcontrolapi.processproperty
package
defines process properties.-
Verwendungen von WriteMode in ch.nolix.core.document.node
Modifizierer und TypMethodeBeschreibungfinal void
BaseNode.saveToFile
(String path, WriteMode writeMode) Saves the currentBaseNode
to the file with the given path. -
Verwendungen von WriteMode in ch.nolix.core.environment.filesystem
Modifizierer und TypMethodeBeschreibungstatic FileAccessor
GlobalFileSystemAccessor.createFile
(String path, WriteMode writeMode) Creates a new empty file with the given path.static FileAccessor
GlobalFileSystemAccessor.createFile
(String path, WriteMode writeMode, byte[] content) Creates a new file with the given path.static FileAccessor
GlobalFileSystemAccessor.createFile
(String path, WriteMode writeMode, String content) Creates a new file with the given path. -
Verwendungen von WriteMode in ch.nolix.coreapi.programcontrolapi.processproperty