org.alfresco.repo.transfer
Class TransferCommons

java.lang.Object
  extended by org.alfresco.repo.transfer.TransferCommons

public class TransferCommons
extends java.lang.Object

A bucket for little odds and ends for the transfer service. If this becomes a big class then refactor it away.


Field Summary
static java.lang.String PART_NAME_MANIFEST
          The Mime Part Name of the manifest file
 
Constructor Summary
TransferCommons()
           
 
Method Summary
static java.lang.String URLToPartName(java.lang.String contentUrl)
          Mapping between contentUrl and part name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PART_NAME_MANIFEST

public static final java.lang.String PART_NAME_MANIFEST
The Mime Part Name of the manifest file

See Also:
Constant Field Values
Constructor Detail

TransferCommons

public TransferCommons()
Method Detail

URLToPartName

public static final java.lang.String URLToPartName(java.lang.String contentUrl)
Mapping between contentUrl and part name.

Parameters:
URL -
Returns:
the part name


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.