trait STeXAnalysis extends AnyRef
Created by maeder on 11.11.15.
- Self Type
- STeXAnalysis with TraversingBuildTarget
- Source
- STeXAnalysis.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- STeXAnalysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createSms(a: Archive, inFile: File, outFile: File): Unit
Collect sms content and write to outFile.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDeps(a: Archive, in: File, parents: Set[File], amble: Option[File] = None): List[Dependency]
get dependencies
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logFailure(f: FilePath): Unit
- Attributes
- protected
-
def
logSuccess(f: FilePath): Unit
- Attributes
- protected
-
def
matchPathAndRepo(archive: Archive, inFile: File, line: String, parents: Set[File]): List[Dependency]
- Attributes
- protected
- def matchSmsEntry(a: Archive, line: String): List[STeXStructure]
- def mhRepos(a: Archive, r: String, b: String): List[Dependency]
- def mhReposClosure(archive: Archive, parents: Set[File], r: String, b: String): List[Dependency]
- def mkDep(a: Archive, ar: String, fp: FilePath): List[Dependency]
- def mkFileDep(archive: Archive, filePath: FilePath): Dependency
-
def
mkSTeXStructure(a: Archive, in: File, lines: Iterator[String], parents: Set[File]): STeXStructure
Method for creating STeXStructures, used for generating sms content and finding dependencies.
Method for creating STeXStructures, used for generating sms content and finding dependencies. inFile is used for relative \input paths
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toKeyDep(d: Dependency, key: String): Dependency
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()