Verwendungen von Enum-Klasse
ch.nolix.coreapi.programcontrolapi.processproperty.WriteMode
Packages, die WriteMode verwenden
Package
Beschreibung
-
Verwendungen von WriteMode in ch.nolix.core.document.node
Methoden in ch.nolix.core.document.node mit Parametern vom Typ WriteModeModifizierer und TypMethodeBeschreibungfinal void
AbstractNode.saveToFile
(String path, WriteMode writeMode) Saves the currentAbstractNode
to the file with the given path. -
Verwendungen von WriteMode in ch.nolix.core.environment.filesystem
Methoden in ch.nolix.core.environment.filesystem mit Parametern vom Typ WriteModeModifizierer und TypMethodeBeschreibungstatic FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode) Creates a new empty file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode, byte[] content) Creates a new file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode, String content) Creates a new file with the given path. -
Verwendungen von WriteMode in ch.nolix.coreapi.programcontrolapi.processproperty
Methoden in ch.nolix.coreapi.programcontrolapi.processproperty, die WriteMode zurückgeben