Packages

package outputconfigs

Created by Markus Ackermann. No rights reserved.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. outputconfigs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AddFilenameInfix (infix: String) extends FormatLocations with Product with Serializable
  2. trait FormatLocations extends AnyRef
  3. case class MultipleFormats (targetFormats: Set[OWLFormat] = Set(), formatLocations: FormatLocations, skipUndeclared: Boolean = true, overwriteExisting: Boolean = false) extends OutputConfig with TargetFormatOps with Product with Serializable
  4. trait OWLDocumentFormatCloning extends AnyRef
  5. case class PreserveRelativePaths (sourceRoot: String, targetRoot: String, removedPrefixes: Int = 0) extends FormatLocations with Product with Serializable
  6. case class ReplaceSources (skipUndeclared: Boolean = true) extends OutputConfig with Product with Serializable
  7. case class TargetDirectory (directory: String) extends FormatLocations with Product with Serializable
  8. trait TargetFormatOps extends OWLDocumentFormatCloning with Logging

Value Members

  1. lazy val SuffixSplitPattern: Regex
  2. object NoOutput extends OutputConfig with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped