aQute.bnd.osgi
Class Verifier.BundleActivatorError

java.lang.Object
  extended by aQute.bnd.util.dto.DTO
      extended by aQute.bnd.osgi.Verifier.BundleActivatorError
Enclosing class:
Verifier

public static class Verifier.BundleActivatorError
extends DTO


Field Summary
 String activatorClassName
           
 Verifier.ActivatorErrorType errorType
           
 
Constructor Summary
Verifier.BundleActivatorError(String activatorName, Verifier.ActivatorErrorType type)
           
 
Method Summary
 
Methods inherited from class aQute.bnd.util.dto.DTO
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

activatorClassName

public final String activatorClassName

errorType

public final Verifier.ActivatorErrorType errorType
Constructor Detail

Verifier.BundleActivatorError

public Verifier.BundleActivatorError(String activatorName,
                                     Verifier.ActivatorErrorType type)


Copyright © 2014 aQute SARL. All rights reserved.