Package

metabrowse

server

Permalink

package server

Visibility
  1. Public
  2. All

Type Members

  1. class MetabrowseServer extends AnyRef

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

    Permalink

    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

    Permalink
  2. object Sourcepath extends Serializable

    Permalink

Ungrouped