Packages

p

metabrowse

server

package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MetabrowseServer extends AnyRef
  2. case class Sourcepath(classpath: List[Path], sources: List[Path]) extends Product with Serializable

    A sourcepath contains *.{class,java,scala} files of a project.

    A sourcepath contains *.{class,java,scala} files of a project.

    classpath

    the regular JVM classpath of this project, containing *.class files that can be used to compile the project. Must match the -classpath argument passed to the Scala compiler.

    sources

    the accompanying sources.jar files for this project that are published under the "sources" classifier.

Value Members

  1. object MetabrowseServer
  2. object Sourcepath extends Serializable

Ungrouped