List of usage examples for org.apache.maven.project.path PathTranslator ROLE
String ROLE
To view the source code for org.apache.maven.project.path PathTranslator ROLE.
Click Source Link
From source file:org.codehaus.gmaven.plugin.execute.ExpressionEvaluatorImpl.java
License:Apache License
private PathTranslator lookupPathTranslator() { try {//w w w.ja v a2s. c o m return (PathTranslator) context.lookup(PathTranslator.ROLE); } catch (ComponentLookupException e) { throw new RuntimeException(e); } }