ProfigPathPlatform

profig.ProfigPathPlatform

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Profig
object Profig.type
Self type

Members list

Concise view

Value members

Concrete methods

def initConfiguration(startPath: Path, additionalPaths: List[Path], recursiveParents: Boolean, includeClassPath: Boolean, fileNameMatcher: FileNameMatcher, errorHandler: Option[Throwable => Unit]): Unit
def load(fileName: String, source: Source, mergeType: MergeType, errorHandler: Option[Throwable => Unit]): Unit
def loadConfiguration(startPath: Path, additionalPaths: List[Path], recursiveParents: Boolean, includeClassPath: Boolean, fileNameMatcher: FileNameMatcher, errorHandler: Option[Throwable => Unit]): Unit
def loadFile(file: File, mergeType: MergeType, errorHandler: Option[Throwable => Unit]): Unit