PomParser

open class PomParser

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAllPoms(): List<PomElement>
Link copied to clipboard
open fun getModulePath(path: Path): String
Link copied to clipboard
open fun getPom(pomPath: Path): PomElement
Link copied to clipboard
open fun getPomPaths(): List<Path>
Link copied to clipboard
Link copied to clipboard
open fun textFromNamespace(element: Element, namespace: Namespace, name: String): String