|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.ear.output.FileNameMappingFactory
public class FileNameMappingFactory
Provides access to FileNameMapping
implementations.
Method Summary | |
---|---|
static FileNameMapping |
getDefaultFileNameMapping()
|
static FileNameMapping |
getFileNameMapping(java.lang.String nameOrClass)
Returns the file name mapping implementation based on a logical name of a fully qualified name of the class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FileNameMapping getDefaultFileNameMapping()
public static FileNameMapping getFileNameMapping(java.lang.String nameOrClass) throws java.lang.IllegalStateException
nameOrClass
- a name of the fqn of the implementation
java.lang.IllegalStateException
- if the implementation is not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |