aem-plugin / com.cognifide.gradle.aem.common.instance / InstanceUrl

InstanceUrl

class InstanceUrl

Constructors

<init>

InstanceUrl(raw: String)

Properties

basicAuth

val basicAuth: String

config

val config: URL

debugPort

val debugPort: Int

httpPort

val httpPort: Int

httpUrl

val httpUrl: String

id

val id: String

password

val password: String

type

val type: IdType

user

val user: String

Functions

basicAuth

fun basicAuth(user: String, password: String): String

Companion Object Properties

HTTP_DEBUG_PORT

const val HTTP_DEBUG_PORT: Int

HTTP_PORT

const val HTTP_PORT: Int

HTTPS_DEBUG_PORT

const val HTTPS_DEBUG_PORT: Int

HTTPS_PORT

const val HTTPS_PORT: Int

Companion Object Functions

decode

fun decode(text: String): String

encode

fun encode(text: String): String

parse

fun parse(raw: String): InstanceUrl