AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public final class FileResourceUtils
extends Object
This class is not designed to be accessed by user
Utilities for presentation purposes shared with AL IDE
Author:
AnyLogic North America, LLC https://anylogic.com

Field Summary

Modifier and TypeFieldDescription
static final StringPATH_PREFIX 
static final StringPATH_SPLITTER 

Constructor Summary

ConstructorDescription
FileResourceUtils() 

Method Summary

Modifier and TypeMethodDescription
static StringformatJarPathUri(String jarPath, String packageName, String elementName) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

PATH_PREFIX

public static final String PATH_PREFIX
See Also:
Constant Field Values

PATH_SPLITTER

public static final String PATH_SPLITTER
See Also:
Constant Field Values

Constructor Details

FileResourceUtils

public FileResourceUtils()

Method Details

formatJarPathUri

public static String formatJarPathUri(String jarPath,
 String packageName,
 String elementName)