gr.uoa.di.madgik.environment.is.elements.invocable
Class ShellInvocableProfileInfo

java.lang.Object
  extended by gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo
      extended by gr.uoa.di.madgik.environment.is.elements.invocable.ShellInvocableProfileInfo
All Implemented Interfaces:
Serializable

public class ShellInvocableProfileInfo
extends InvocableProfileInfo
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean AreParametersBound
           
 String ExecutableName
           
 List<Parameter> Parameters
           
 
Fields inherited from class gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo
ExecutionContext, ExecutionProfileNS, ID
 
Constructor Summary
ShellInvocableProfileInfo()
           
 
Method Summary
 void FromXML(Element XML)
           
 void FromXML(String XML)
           
 String ToXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ExecutableName

public String ExecutableName

AreParametersBound

public boolean AreParametersBound

Parameters

public List<Parameter> Parameters
Constructor Detail

ShellInvocableProfileInfo

public ShellInvocableProfileInfo()
Method Detail

FromXML

public void FromXML(String XML)
             throws EnvironmentInformationSystemSerializationException
Specified by:
FromXML in class InvocableProfileInfo
Throws:
EnvironmentInformationSystemSerializationException

FromXML

public void FromXML(Element XML)
             throws EnvironmentInformationSystemSerializationException
Specified by:
FromXML in class InvocableProfileInfo
Throws:
EnvironmentInformationSystemSerializationException

ToXML

public String ToXML()
             throws EnvironmentInformationSystemSerializationException
Specified by:
ToXML in class InvocableProfileInfo
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.