org.maltparserx.core.config

ConfigurationDir

Related Doc: package config

class ConfigurationDir extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigurationDir
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigurationDir(name: String, type: String, containerIndex: Int)

  2. new ConfigurationDir(url: URL)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addDataFormatInstance(key: String, dataFormatInstance: DataFormatInstance): Boolean

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def checkConfigDirectory(): Unit

    Attributes
    protected[org.maltparserx.core.config]
  7. def checkNConvertConfigVersion(): Unit

    Attributes
    protected[org.maltparserx.core.config]
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyConfigFile(in: File, out: File, versioning: Versioning): Unit

  10. def copyToConfig(url: URL): String

  11. def copyToConfig(fileUrl: String): String

  12. def copyToConfig(source: File): String

  13. def createConfigDirectory(): Unit

  14. def createConfigFile(): Unit

  15. def createInfoFile(): Unit

    Attributes
    protected[org.maltparserx.core.config]
  16. def deleteConfigDirectory(): Unit

  17. def echoInfoFile(): Unit

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[org.maltparserx.core.config]
    Definition Classes
    ConfigurationDir → AnyRef
  21. def getAppendOutputStreamWriter(fileName: String): OutputStreamWriter

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getConfigDirectory(): File

  24. def getConfigFileEntry(fileName: String): JarEntry

  25. def getConfigFileEntryURL(fileName: String): URL

  26. def getContainerIndex(): Int

  27. def getCreatedByMaltParserVersion(): String

  28. def getDataFormatInstance(key: String): DataFormatInstance

  29. def getDataFormatInstanceKeys(): Set[String]

  30. def getDataFormatManager(): DataFormatManager

  31. def getFile(fileName: String): File

  32. def getInfoFileWriter(): BufferedWriter

  33. def getInputDataFormatInstance(): DataFormatInstance

  34. def getInputFormatURL(): URL

  35. def getInputStreamFromConfigFileEntry(fileName: String): InputStream

  36. def getInputStreamReader(fileName: String): InputStreamReader

  37. def getInputStreamReader(fileName: String, charSet: String): InputStreamReader

  38. def getInputStreamReaderFromConfigFile(fileName: String): InputStreamReader

  39. def getInputStreamReaderFromConfigFileEntry(fileName: String, charSet: String): InputStreamReader

  40. def getName(): String

  41. def getOutputFormatURL(): URL

  42. def getOutputStreamWriter(fileName: String): OutputStreamWriter

  43. def getOutputStreamWriter(fileName: String, charSet: String): OutputStreamWriter

  44. def getSymbolTables(): SymbolTableHandler

  45. def getType(): String

  46. def getUrl(): URL

  47. def getWorkingDirectory(): File

  48. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  49. def initCreatedByMaltParserVersionFromInfoFile(): Unit

  50. def initDataFormat(): Unit

  51. def initNameNTypeFromInfoFile(url: URL): Unit

    Attributes
    protected[org.maltparserx.core.config]
  52. def initWorkingDirectory(pathPrefixString: String): Unit

  53. def initWorkingDirectory(): Unit

  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  58. def setConfigDirectory(dir: File): Unit

    Attributes
    protected[org.maltparserx.core.config]
  59. def setContainerIndex(containerIndex: Int): Unit

  60. def setCreatedByMaltParserVersion(createdByMaltParserVersion: String): Unit

  61. def setDataFormatManager(dataFormatManager: DataFormatManager): Unit

  62. def setName(name: String): Unit

    Attributes
    protected[org.maltparserx.core.config]
  63. def setSymbolTables(symbolTables: SymbolTableHandler): Unit

  64. def setType(type: String): Unit

    Attributes
    protected[org.maltparserx.core.config]
  65. def setUrl(url: URL): Unit

    Attributes
    protected[org.maltparserx.core.config]
  66. def sizeDataFormatInstance(): Int

  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def terminate(): Unit

  69. def toString(): String

    Definition Classes
    AnyRef → Any
  70. def unpackConfigFile(jis: JarInputStream): Unit

    Attributes
    protected[org.maltparserx.core.config]
  71. def unpackConfigFile(): Unit

  72. def versioning(): Unit

  73. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped