fedora.server.utilities
Class ProtocolPort

java.lang.Object
  extended byfedora.server.utilities.ProtocolPort

public class ProtocolPort
extends java.lang.Object

Author:
wdn5e To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
ProtocolPort(java.lang.String protocol, java.lang.String port)
           
 
Method Summary
 java.lang.String getPort()
           
 java.lang.String getProtocol()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolPort

public ProtocolPort(java.lang.String protocol,
                    java.lang.String port)
             throws GeneralException
Method Detail

getProtocol

public java.lang.String getProtocol()

getPort

public java.lang.String getPort()

main

public static void main(java.lang.String[] args)