Verwendungen von Enum-Klasse
ch.nolix.coreapi.programcontrol.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 voidAbstractNode.saveToFile(String path, WriteMode writeMode) Saves the currentAbstractNodeto 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 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. -
Verwendungen von WriteMode in ch.nolix.coreapi.programcontrol.processproperty
Methoden in ch.nolix.coreapi.programcontrol.processproperty, die WriteMode zurückgeben