uPortal 2.3.2
API Documentation

org.jasig.portal.tools.chanpub
Class ChannelPublisher

java.lang.Object
  extended byorg.jasig.portal.tools.chanpub.ChannelPublisher

public class ChannelPublisher
extends java.lang.Object

This is a Channel Publisher tool to install uPortal channels from outside of the portal. Currently configured to be executed via Jakarta Ant. Sample of command line arguments: ant publish -Dchannel=all (this will publish all channels that have a corresponding xml file) ant publish -Dchannel=webmail.xml (this will publish the specified channels)

Version:
$Revision: 1.7.2.2 $
Author:
Freddy Lopez, flopez@unicon.net, Ken Weiner, kweiner@unicon.net

Constructor Summary
ChannelPublisher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelPublisher

public ChannelPublisher()
Method Detail

main

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

uPortal 2.3.2
API Documentation