com.atlassian.confluence.importexport.impl
Class ExportPathUtils

java.lang.Object
  extended by com.atlassian.confluence.importexport.impl.ExportPathUtils

public class ExportPathUtils
extends java.lang.Object


Constructor Summary
ExportPathUtils()
           
 
Method Summary
static java.lang.String stripStaticResourcePrefix(java.lang.String path)
          Returns the path without the static resource prefix by stripping everything from '/s/' to '/_'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportPathUtils

public ExportPathUtils()
Method Detail

stripStaticResourcePrefix

public static java.lang.String stripStaticResourcePrefix(java.lang.String path)
Returns the path without the static resource prefix by stripping everything from '/s/' to '/_'

Parameters:
path - path to strip the static resource prefix from
Returns:
original path minus the static resource prefix


Copyright © 2003-2014 Atlassian. All Rights Reserved.