project35.metaData
Class ExitMetaDataEditor

java.lang.Object
  extended by project35.soa.plugins.AbstractProject35Plugin
      extended by project35.metaData.ExitMetaDataEditor
All Implemented Interfaces:
java.io.Serializable, Project35Plugin, ServiceClass

public class ExitMetaDataEditor
extends AbstractProject35Plugin

a plugin which substitutes the functionality for Project35's normal File "Exit" button with one that only does file operations on the *.meta file within a *.pdz file, not the *.pdz files themselves


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class project35.soa.plugins.AbstractProject35Plugin
initialisationParameters, resourceDirectory
 
Constructor Summary
ExitMetaDataEditor()
           
 
Method Summary
 void execute(Project35FormContext metaDataFormContext)
          execute the plugin
 boolean isSuitableForRecordModel(java.lang.String modelStamp, java.lang.String recordClassName)
          Interface: Project35Plugin
 
Methods inherited from class project35.soa.plugins.AbstractProject35Plugin
getDescription, getDisplayName, getHelpLink, getInitialisationParameters, initialiseService, setDescription, setDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitMetaDataEditor

public ExitMetaDataEditor()
Method Detail

isSuitableForRecordModel

public boolean isSuitableForRecordModel(java.lang.String modelStamp,
                                        java.lang.String recordClassName)
Interface: Project35Plugin

Parameters:
modelStamp - - is the model stamp currently being used by the application.
recordClassName - - the record class of a target record model, usually the currently displayed one.

execute

public void execute(Project35FormContext metaDataFormContext)
             throws java.lang.Exception
Description copied from interface: Project35Plugin
execute the plugin

Throws:
java.lang.Exception