Class ExpressionDocumenter
java.lang.Object
org.apache.maven.usability.plugin.ExpressionDocumenter
ExpressionDocumenter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String[]
private static Map<String,
Expression> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ClassLoader
static Map<String,
Expression> load()
private static Map<String,
Expression> parseExpressionDocumentation
(InputStream docStream) project.distributionManagementArtifactRepository <![CDATA[ some-repo scp://host/path some-snap-repo scp://host/snapshot-path <![CDATA[ The repositories onto which artifacts should be deployed.
-
Field Details
-
EXPRESSION_ROOTS
-
EXPRESSION_DOCO_ROOTPATH
- See Also:
-
expressionDocumentation
-
-
Constructor Details
-
ExpressionDocumenter
public ExpressionDocumenter()
-
-
Method Details
-
load
- Throws:
ExpressionDocumentationException
-
parseExpressionDocumentation
private static Map<String,Expression> parseExpressionDocumentation(InputStream docStream) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException project.distributionManagementArtifactRepository <![CDATA[ some-repo scp://host/path some-snap-repo scp://host/snapshot-path <![CDATA[ The repositories onto which artifacts should be deployed. One is for releases, the other for snapshots. ]]> - Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
-
initializeDocLoader
- Throws:
ExpressionDocumentationException
-