gov.nasa.pds.report.profile.manager
Class ProfileMgrController
java.lang.Object
gov.nasa.pds.report.profile.manager.ProfileMgrController
- All Implemented Interfaces:
- Runnable
public class ProfileMgrController
- extends Object
- implements Runnable
Current implementation to create profiles and copy logs. Updates are only
made if new log sources are added
- Author:
- jpadams
Constructor Summary |
ProfileMgrController(String localPath,
gov.nasa.pds.report.update.model.LogPath logPath,
gov.nasa.pds.report.update.model.Profile profile,
boolean isNew)
|
Method Summary |
void |
run()
Implementation of run method from Runnable interface. |
void |
start()
Implementation for method of Runnable interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileMgrController
public ProfileMgrController(String localPath,
gov.nasa.pds.report.update.model.LogPath logPath,
gov.nasa.pds.report.update.model.Profile profile,
boolean isNew)
throws IOException
- Throws:
IOException
run
public final void run()
- Implementation of run method from Runnable interface.
- Specified by:
run
in interface Runnable
start
public final void start()
- Implementation for method of Runnable interface
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.