org.vafer.jdeb.changes
Class TextfileChangesProvider
java.lang.Object
org.vafer.jdeb.changes.TextfileChangesProvider
- All Implemented Interfaces:
- ChangesProvider
public final class TextfileChangesProvider
- extends Object
- implements 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
debian changes support
release date=20:13 17.08.2007,version=1.4+r89114,urgency=low,by=Torsten Curdt
debian changes support
- Author:
- Torsten Curdt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextfileChangesProvider
public TextfileChangesProvider(InputStream pInput,
PackageDescriptor pDescriptor)
throws IOException,
ParseException
- Throws:
IOException
ParseException
save
public void save(OutputStream pOutput)
throws IOException
- Throws:
IOException
getChangesSets
public ChangeSet[] getChangesSets()
- Specified by:
getChangesSets in interface ChangesProvider
Copyright © 2012. All Rights Reserved.