org.ow2.petals.jbi.management.task.installation
Class InstallationUtils

java.lang.Object
  extended by org.ow2.petals.jbi.management.task.installation.InstallationUtils

public class InstallationUtils
extends java.lang.Object

Author:
ofabre

Constructor Summary
InstallationUtils()
           
 
Method Summary
static void checkClassPathElements(java.io.File filePackage, java.util.List<java.lang.String> classPath)
          Check the classpath element of the jbi descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallationUtils

public InstallationUtils()
Method Detail

checkClassPathElements

public static final void checkClassPathElements(java.io.File filePackage,
                                                java.util.List<java.lang.String> classPath)
                                         throws org.ow2.petals.kernel.api.server.PetalsException
Check the classpath element of the jbi descriptor

Parameters:
filePackage - the entity package root
classPath - a List of classpath elements to check
Throws:
org.ow2.petals.kernel.api.server.PetalsException - if one of the classpath elements is null, empty or or missing


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.