public class MavenCoordHelper extends Object
| Constructor and Description |
|---|
MavenCoordHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static Class |
findClass(String className)
Find class given class name.
|
static String |
getMavenCoordinates(Class cls) |
static String |
getMavenCoordinates(String className) |
public static String getMavenCoordinates(Class cls) throws IOException
IOExceptionprotected static Class findClass(String className) throws ClassNotFoundException
className - class name, may not be null.ClassNotFoundException - thrown if class can not be found.Copyright © 2017 JBoss by Red Hat. All rights reserved.