aQute.bnd.build.model.clauses
Class ImportPattern

java.lang.Object
  extended by aQute.bnd.build.model.clauses.HeaderClause
      extended by aQute.bnd.build.model.clauses.VersionedClause
          extended by aQute.bnd.build.model.clauses.ImportPattern
All Implemented Interfaces:
Cloneable, Comparable<HeaderClause>

public class ImportPattern
extends VersionedClause
implements Cloneable


Field Summary
 
Fields inherited from class aQute.bnd.build.model.clauses.HeaderClause
attribs, name
 
Constructor Summary
ImportPattern(String pattern, Attrs attributes)
           
 
Method Summary
 ImportPattern clone()
           
static ImportPattern error(String msg)
           
 boolean isOptional()
           
 void setOptional(boolean optional)
           
 
Methods inherited from class aQute.bnd.build.model.clauses.VersionedClause
getVersionRange, setVersionRange
 
Methods inherited from class aQute.bnd.build.model.clauses.HeaderClause
compareTo, equals, formatTo, formatTo, getAttribs, getListAttrib, getName, hashCode, newlinesBetweenAttributes, setListAttrib, setName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPattern

public ImportPattern(String pattern,
                     Attrs attributes)
Method Detail

isOptional

public boolean isOptional()

setOptional

public void setOptional(boolean optional)

clone

public ImportPattern clone()
Overrides:
clone in class VersionedClause

error

public static ImportPattern error(String msg)


Copyright © 2014 aQute SARL. All rights reserved.