com.atlassian.confluence.importexport.impl
Class ExportPathUtils

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

public class ExportPathUtils
extends Object


Constructor Summary
ExportPathUtils()
           
 
Method Summary
static String stripStaticResourcePrefix(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 String stripStaticResourcePrefix(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–2015 Atlassian. All rights reserved.