Uses of Interface
aQute.bnd.properties.IDocument
-
Packages that use IDocument Package Description aQute.bnd.build.model aQute.bnd.properties -
-
Uses of IDocument in aQute.bnd.build.model
Methods in aQute.bnd.build.model with parameters of type IDocument Modifier and Type Method Description voidBndEditModel. loadFrom(IDocument document)voidBndEditModel. saveChangesTo(IDocument document)java.io.InputStreamBndEditModel. toAsciiStream(IDocument doc) -
Uses of IDocument in aQute.bnd.properties
Classes in aQute.bnd.properties that implement IDocument Modifier and Type Class Description classDocumentConstructors in aQute.bnd.properties with parameters of type IDocument Constructor Description PropertiesLineReader(IDocument document)
-