Package

org.aksw.owlpod.serialisation

outputconfigs

Permalink

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

    Permalink
  2. trait FormatLocations extends AnyRef

    Permalink
  3. case class MultipleFormats(targetFormats: Set[OWLFormat] = Set(), formatLocations: FormatLocations, postprocessors: Seq[Postprocessor] = Seq(), skipUndeclared: Boolean = true, overwriteExisting: Boolean = false) extends OutputConfig with TargetFormatOps with Product with Serializable

    Permalink
  4. trait OWLDocumentFormatCloning extends AnyRef

    Permalink
  5. case class PreserveRelativePaths(sourceRoot: String, targetRoot: String) extends FormatLocations with Product with Serializable

    Permalink
  6. case class ReplaceSources(postprocessors: Seq[Postprocessor] = Seq(), skipUndeclared: Boolean = true) extends OutputConfig with Product with Serializable

    Permalink
  7. case class TargetDirectory(directory: String) extends FormatLocations with Product with Serializable

    Permalink
  8. trait TargetFormatOps extends OWLDocumentFormatCloning with Logging

    Permalink

Value Members

  1. object NoOutput extends OutputConfig with Product with Serializable

    Permalink
  2. lazy val SuffixSplitPattern: Regex

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped