PublishingProfileFormat Class

public final class PublishingProfileFormat
extends ExpandableStringEnum<PublishingProfileFormat>

Name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp.

Field Summary

Modifier and Type Field and Description
static final PublishingProfileFormat FILE_ZILLA3

Static value FileZilla3 for PublishingProfileFormat.

static final PublishingProfileFormat FTP

Static value Ftp for PublishingProfileFormat.

static final PublishingProfileFormat WEB_DEPLOY

Static value WebDeploy for PublishingProfileFormat.

Constructor Summary

Constructor Description
PublishingProfileFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PublishingProfileFormat value.

Method Summary

Modifier and Type Method and Description
static PublishingProfileFormat fromString(String name)

Creates or finds a PublishingProfileFormat from its string representation.

static Collection<PublishingProfileFormat> values()

Gets known PublishingProfileFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FILE_ZILLA3

public static final PublishingProfileFormat FILE_ZILLA3

Static value FileZilla3 for PublishingProfileFormat.

FTP

public static final PublishingProfileFormat FTP

Static value Ftp for PublishingProfileFormat.

WEB_DEPLOY

public static final PublishingProfileFormat WEB_DEPLOY

Static value WebDeploy for PublishingProfileFormat.

Constructor Details

PublishingProfileFormat

@Deprecated
public PublishingProfileFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PublishingProfileFormat value.

Method Details

fromString

public static PublishingProfileFormat fromString(String name)

Creates or finds a PublishingProfileFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PublishingProfileFormat.

values

public static Collection<PublishingProfileFormat> values()

Gets known PublishingProfileFormat values.

Returns:

known PublishingProfileFormat values.

Applies to