| Modifier and Type | Class and Description |
|---|---|
class |
EESpecProfiles
Specification profile defining the replacements performed.
|
| Modifier and Type | Field and Description |
|---|---|
protected EESpecProfile |
ClassConverter.profile
The configured spec profile.
|
| Modifier and Type | Method and Description |
|---|---|
EESpecProfile |
Migration.getEESpecProfile()
Get the Jakarta EE profile being used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
boolean |
TextConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
boolean |
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.
|
boolean |
ManifestConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
boolean |
PassThroughConverter.convert(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile) |
protected boolean |
ClassConverter.convertInternal(String path,
InputStream src,
OutputStream dest,
EESpecProfile profile,
ClassLoader loader)
Convert specified class bytecode.
|
void |
Migration.setEESpecProfile(EESpecProfile profile)
Set the Jakarta EE specifications that should be used.
|
| Constructor and Description |
|---|
ClassConverter(EESpecProfile profile)
Create a class converter with the specified spec profile.
|
Copyright © 2020–2022 The Apache Software Foundation. All rights reserved.