| Modifier and Type | Method and Description |
|---|---|
EESpecProfile |
Migration.getEESpecProfile()
Get the Jakarta EE profile being used.
|
static EESpecProfile |
EESpecProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EESpecProfile[] |
EESpecProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManifestConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
void |
PassThroughConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
void |
Converter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile)
Copies the source to the destination, converting it if necessary,
according to the requirements of the given profile.
|
void |
ClassConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
void |
TextConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
void |
Migration.setEESpecProfile(EESpecProfile profile)
Set the Jakarta EE specifications that should be used.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.