public final class PublishingProfileFormat extends ExpandableStringEnum<PublishingProfileFormat>
Modifier and Type | Field and Description |
---|---|
static PublishingProfileFormat |
FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat.
|
static PublishingProfileFormat |
FTP
Static value Ftp for PublishingProfileFormat.
|
static PublishingProfileFormat |
WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat.
|
Constructor and Description |
---|
PublishingProfileFormat() |
Modifier and Type | Method and Description |
---|---|
static PublishingProfileFormat |
fromString(String name)
Creates or finds a PublishingProfileFormat from its string representation.
|
static Collection<PublishingProfileFormat> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PublishingProfileFormat FILE_ZILLA3
public static final PublishingProfileFormat WEB_DEPLOY
public static final PublishingProfileFormat FTP
public static PublishingProfileFormat fromString(String name)
name
- a name to look forpublic static Collection<PublishingProfileFormat> values()
Copyright © 2019. All rights reserved.