org.fusesource.insight.log.support
Class MavenCoordinates

java.lang.Object
  extended by org.fusesource.insight.log.support.MavenCoordinates

public class MavenCoordinates
extends java.lang.Object

A helper class for returning the coordinates from a Properties file


Constructor Summary
MavenCoordinates()
           
 
Method Summary
static void appendMavenCoordinateFromPomProperties(java.io.InputStream is, java.lang.StringBuilder buffer)
           
static java.lang.String mavenCoordinateFromPomProperties(java.io.InputStream is)
           
static java.lang.String mavenCoordinatesFromJarFile(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenCoordinates

public MavenCoordinates()
Method Detail

mavenCoordinateFromPomProperties

public static java.lang.String mavenCoordinateFromPomProperties(java.io.InputStream is)
                                                         throws java.io.IOException
Throws:
java.io.IOException

appendMavenCoordinateFromPomProperties

public static void appendMavenCoordinateFromPomProperties(java.io.InputStream is,
                                                          java.lang.StringBuilder buffer)
                                                   throws java.io.IOException
Throws:
java.io.IOException

mavenCoordinatesFromJarFile

public static java.lang.String mavenCoordinatesFromJarFile(java.io.File file)
                                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 Red Hat. All Rights Reserved.