object HtmlUrls extends HtmlUrls
- Alphabetic
- By Inheritance
- HtmlUrls
- HtmlUrls
- AnyRef
- Any
- Hide All
- Show All
- 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
- def aliveResult(url: String, condition: Boolean): Result
- Attributes
- protected
- Definition Classes
- HtmlUrls
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check(html: NodeSeq, others: Map[String, NodeSeq] = Map(), rootDirectory: DirectoryPath = DirectoryPath.EMPTY, filePath: FilePath = DirectoryPath.EMPTY.toFilePath): Result
check all the urls referenced in nodes of a html document having a given filePath.
- returns
a Result, Success or Failure summarizing all checks. In the case of a Failure, only the failure messages are kept
- Definition Classes
- HtmlUrls
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAlive(url: String, html: NodeSeq = NodeSeq.Empty, others: Map[String, NodeSeq] = Map(), rootDirectory: DirectoryPath = DirectoryPath.EMPTY): Boolean
- returns
true if it is possible to connect to this url through http or locally
- Definition Classes
- HtmlUrls
- def isAliveAnchor(url: String, html: String): Boolean
This method is used when the html file can't be parsed
This method is used when the html file can't be parsed
- returns
true if the url is an anchor in a String document
- Definition Classes
- HtmlUrls
- def isAliveAnchor(url: String, html: NodeSeq): Boolean
- returns
true if the url is an anchor in the document
- Definition Classes
- HtmlUrls
- def isAliveAnchorInFile(url: String, others: Map[String, NodeSeq], rootDirectory: DirectoryPath): Boolean
look for the anchor in another file to be written to disk by specs2 or a static file already generated
look for the anchor in another file to be written to disk by specs2 or a static file already generated
- returns
true if the url is found
- Definition Classes
- HtmlUrls
- def isAliveAnchorInFileResult(url: String, others: Map[String, NodeSeq], rootDirectory: DirectoryPath): Result
- Attributes
- protected
- Definition Classes
- HtmlUrls
- def isAliveAnchorResult(url: String, html: NodeSeq): Result
- Attributes
- protected
- Definition Classes
- HtmlUrls
- def isAliveFile(url: String, others: Map[String, NodeSeq], rootDirectory: DirectoryPath): Boolean
- returns
true if the url can be accessed on the file system
- Definition Classes
- HtmlUrls
- def isAliveFileResult(url: String, others: Map[String, NodeSeq], rootDirectory: DirectoryPath): Result
- Attributes
- protected
- Definition Classes
- HtmlUrls
- def isAliveHttp(url: String): Boolean
- returns
true if the url can be accessed through http
- Attributes
- protected
- Definition Classes
- HtmlUrls
- def isAliveHttpResult(url: String): Result
- Attributes
- protected
- Definition Classes
- HtmlUrls
- def isAliveResult(url: String, html: NodeSeq, others: Map[String, NodeSeq] = Map(), rootDirectory: DirectoryPath = DirectoryPath.EMPTY): Result
- returns
a Success if the url can be accessed, a Failure otherwise
- Definition Classes
- HtmlUrls
- def isDead(url: String, html: NodeSeq = NodeSeq.Empty, others: Map[String, NodeSeq] = Map(), rootDirectory: DirectoryPath = DirectoryPath.EMPTY): Boolean
- returns
true if the url cannot be accessed through http or on the file system
- Definition Classes
- HtmlUrls
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()