org.apache.felix.ipojo.manipulator.util
Class Constants

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.util.Constants

public class Constants
extends java.lang.Object

A static class to access the constant written during packaging.


Field Summary
static java.lang.String CONSTANTS_PATH
           
static java.lang.String IPOJO_IMPORT_PACKAGES
           
static java.lang.String MANIPULATOR_VERSION
           
 
Constructor Summary
Constants()
           
 
Method Summary
static java.lang.String getPackageImportClause()
           
static java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONSTANTS_PATH

public static java.lang.String CONSTANTS_PATH

MANIPULATOR_VERSION

public static java.lang.String MANIPULATOR_VERSION

IPOJO_IMPORT_PACKAGES

public static java.lang.String IPOJO_IMPORT_PACKAGES
Constructor Detail

Constants

public Constants()
Method Detail

getVersion

public static java.lang.String getVersion()

getPackageImportClause

public static java.lang.String getPackageImportClause()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.