Package org.vafer.jdeb.changes
Class TextfileChangesProvider
java.lang.Object
org.vafer.jdeb.changes.TextfileChangesProvider
- All Implemented Interfaces:
ChangesProvider
Gets the changes from a changes file. The first entry are the current changes.
The release line will be added. Example:
release date=22:13 19.08.2007,version=1.5+r90114,urgency=low,by=Torsten Curdt <torsten@vafer.org>
* debian changes support
release date=20:13 17.08.2007,version=1.4+r89114,urgency=low,by=Torsten Curdt <torsten@vafer.org>
* debian changes support
-
Constructor Summary
ConstructorsConstructorDescriptionTextfileChangesProvider(InputStream pInput, BinaryPackageControlFile packageControlFile) -
Method Summary
-
Constructor Details
-
TextfileChangesProvider
public TextfileChangesProvider(InputStream pInput, BinaryPackageControlFile packageControlFile) throws IOException, ParseException- Throws:
IOExceptionParseException
-
-
Method Details
-
save
- Throws:
IOException
-
getChangesSets
- Specified by:
getChangesSetsin interfaceChangesProvider
-