ModulePathType

public enum ModulePathType

Enum Constants

AbsoluteFilePath

public static final ModulePathType AbsoluteFilePath

The argument is an absolute file-path (i.e. a directory-separator-separated path ending in .coco).

ModulePath

public static final ModulePathType ModulePath

The path is the name of the module in the form of A.B.C etc.

RelativeFilePath

public static final ModulePathType RelativeFilePath

The argument is a file-path (i.e. a directory-separator-separated path ending in .coco) relative to the package’s source folder.

Methods

fromInteger

public static ModulePathType fromInteger(int value)

toInteger

public static int toInteger(ModulePathType value)