GeneratorTool

avrohugger.tool.GeneratorTool
class GeneratorTool(sourceFormat: SourceFormat, avroScalaCustomTypes: Option[AvroScalaTypes], avroScalaCustomNamespace: Map[String, String]) extends Tool

Attributes

Graph
Supertypes
trait Tool
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

case class FileExtensionFilter(extension: String) extends FilenameFilter

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FilenameFilter
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def getName: String
def getShortDescription: String
def run(in: InputStream, out: PrintStream, err: PrintStream, args: List[String]): Int