Class

org.fusesource.scalate.wikitext

SnippetBlock

Related Doc: package wikitext

Permalink

class SnippetBlock extends ParameterizedBlock

Represents a {snippet} block in the wiki markup

Source
Snippets.scala
Linear Supertypes
ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnippetBlock
  2. ParameterizedBlock
  3. Block
  4. Processor
  5. Cloneable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SnippetBlock()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to any2stringadd[SnippetBlock] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SnippetBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to ArrowAssoc[SnippetBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beginNesting(): Boolean

    Permalink
    Definition Classes
    Block
  8. def canStart(line: String, lineOffset: Int): Boolean

    Permalink
    Definition Classes
    SnippetBlock → Block
  9. def clone(): Block

    Permalink
    Definition Classes
    Block → Processor → AnyRef
  10. def ensuring(cond: (SnippetBlock) ⇒ Boolean, msg: ⇒ Any): SnippetBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to Ensuring[SnippetBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (SnippetBlock) ⇒ Boolean): SnippetBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to Ensuring[SnippetBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): SnippetBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to Ensuring[SnippetBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): SnippetBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to Ensuring[SnippetBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def extension(url: String): String

    Permalink

    Extract the file extension from the URL

  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findCloseOffset(arg0: String, arg1: Int): Int

    Permalink
    Definition Classes
    Block
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to StringFormat[SnippetBlock] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def getBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    Processor
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getMarkupLanguage(): MarkupLanguage

    Permalink
    Definition Classes
    Processor
  23. def getParser(): MarkupParser

    Permalink
    Definition Classes
    Processor
  24. def getSnippet: Iterator[String]

    Permalink

    Extract the snippet from the Source file

  25. def getState(): ContentState

    Permalink
    Definition Classes
    Processor
  26. lazy val handler: SnippetHandler

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. var id: Option[String]

    Permalink
  29. def isClosed(): Boolean

    Permalink
    Definition Classes
    Block
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. var lang: Option[String]

    Permalink
  32. def language: String

    Permalink

    Get the configured language or determine the language from the file extension

  33. var matcher: Matcher

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. var pattern: Pattern

    Permalink
  38. def processLine(arg0: String, arg1: Int): Int

    Permalink
    Definition Classes
    Block
  39. def processLineContent(line: String, offset: Int): Int

    Permalink
    Definition Classes
    SnippetBlock → Block
  40. var pygmentize: Boolean

    Permalink
  41. def setClosed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Block
  42. def setOption(key: String, value: String): Unit

    Permalink
    Definition Classes
    SnippetBlock → ParameterizedBlock
  43. def setOption(arg0: String): Unit

    Permalink
    Attributes
    protected[org.eclipse.mylyn.internal.wikitext.confluence.core.block]
    Definition Classes
    ParameterizedBlock
  44. def setOptions(arg0: String): Unit

    Permalink
    Definition Classes
    ParameterizedBlock
  45. def setParser(arg0: MarkupParser): Unit

    Permalink
    Definition Classes
    Processor
  46. def setState(arg0: ContentState): Unit

    Permalink
    Definition Classes
    Processor
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    SnippetBlock → AnyRef → Any
  49. var url: String

    Permalink
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def [B](y: B): (SnippetBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SnippetBlock to ArrowAssoc[SnippetBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SnippetBlock to any2stringadd[SnippetBlock]

Inherited by implicit conversion StringFormat from SnippetBlock to StringFormat[SnippetBlock]

Inherited by implicit conversion Ensuring from SnippetBlock to Ensuring[SnippetBlock]

Inherited by implicit conversion ArrowAssoc from SnippetBlock to ArrowAssoc[SnippetBlock]

Ungrouped