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)static voidBndEditModel. store(IDocument document, java.io.File file)java.io.InputStreamBndEditModel. toAsciiStream(IDocument doc)Constructors in aQute.bnd.build.model with parameters of type IDocument Constructor Description BndEditModel(IDocument document) -
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)
-