| Package | Description |
|---|---|
| org.apache.sling.feature.io | |
| org.apache.sling.feature.io.json |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.sling.feature.Feature |
IOUtils.getFeature(String url,
ArtifactManager artifactManager,
FeatureJSONReader.SubstituteVariables substituteVariables)
Read the feature
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureJSONReader.SubstituteVariables |
FeatureJSONReader.SubstituteVariables.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureJSONReader.SubstituteVariables[] |
FeatureJSONReader.SubstituteVariables.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.sling.feature.Feature |
FeatureJSONReader.read(Reader reader,
org.apache.sling.feature.ArtifactId providedId,
String location,
FeatureJSONReader.SubstituteVariables phase)
Read a new feature from the reader
The reader is not closed.
|
static org.apache.sling.feature.Feature |
FeatureJSONReader.read(Reader reader,
String location,
FeatureJSONReader.SubstituteVariables phase)
Read a new feature from the reader
The reader is not closed.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.