Uses of Class
org.jrd.backend.decompiling.ExpandableUrl
Packages that use ExpandableUrl
-
Uses of ExpandableUrl in org.jrd.backend.data
Methods in org.jrd.backend.data that return ExpandableUrl -
Uses of ExpandableUrl in org.jrd.backend.decompiling
Fields in org.jrd.backend.decompiling declared as ExpandableUrlFields in org.jrd.backend.decompiling with type parameters of type ExpandableUrlMethods in org.jrd.backend.decompiling that return ExpandableUrlModifier and TypeMethodDescriptionstatic ExpandableUrlExpandableUrl.createFromPath(String path) static ExpandableUrlExpandableUrl.createFromStringUrl(String url) DecompilerWrapper.Switcher.getExpandableUrl(String s) DecompilerWrapper.getWrapperUrl()Methods in org.jrd.backend.decompiling that return types with arguments of type ExpandableUrlMethod parameters in org.jrd.backend.decompiling with type arguments of type ExpandableUrlModifier and TypeMethodDescriptionprivate static StringPluginManager.urlListToCsv(List<ExpandableUrl> list, String delimiter) Converts list of URLs to CSV String
example: (list){URL1,URL2,URL3} -> (String)URL1:URL2:URL3