|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.taverna.update.profile.ProfileHandler
@Deprecated public class ProfileHandler
Handler to detect for new profile versions, and update local copy of the profile to the new one if requested dependencies This class is now deprecated. You should use ProfileUpdateHandler instead.
| Constructor Summary | |
|---|---|
ProfileHandler(java.lang.String remoteProfileLocation)
Deprecated. Constructs the handler, using the removeProfileLocation to generate the name of the local profile name which becomes the same name with the path stripped away. |
|
ProfileHandler(java.lang.String remoteProfileLocation,
java.lang.String localProfileName)
Deprecated. Constructs the handler, in this case using the provided local profile name to determine the name that the profile will be written to locally. |
|
| Method Summary | |
|---|---|
boolean |
isNewVersionAvailable()
Deprecated. Indicates whether a newer version of the profile is available |
void |
updateLocalProfile()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileHandler(java.lang.String remoteProfileLocation)
throws java.lang.Exception
remoteProfileLocation -
java.lang.Exception
public ProfileHandler(java.lang.String remoteProfileLocation,
java.lang.String localProfileName)
throws java.lang.Exception
remoteProfileLocation - the location of the remote profilelocalProfileName - the name of the file that the profile should be written to locally
(note, just the name and note the full path - the path is automatically adjusted to place this file in Tavernas conf directory).
java.lang.Exception| Method Detail |
|---|
public boolean isNewVersionAvailable()
public void updateLocalProfile()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||