org.fcrepo.server.utilities
Class ProtocolPort

java.lang.Object
  extended by org.fcrepo.server.utilities.ProtocolPort

public class ProtocolPort
extends Object

Author:
Bill Niebel

Constructor Summary
ProtocolPort(String protocol, String port)
           
 
Method Summary
 String getPort()
           
 String getProtocol()
           
static void main(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(String protocol,
                    String port)
             throws GeneralException
Throws:
GeneralException
Method Detail

getProtocol

public String getProtocol()

getPort

public String getPort()

main

public static void main(String[] args)


Copyright © 2011 DuraSpace. All Rights Reserved.