Uses of Class
xal.tools.URLUtil.FilePathException
Packages that use URLUtil.FilePathException
-
Uses of URLUtil.FilePathException in xal.smf.data
Methods in xal.smf.data that throw URLUtil.FilePathExceptionModifier and TypeMethodDescriptionstatic AcceleratorXMLDataManager.acceleratorWithPath(String filePath) Read the accelerator from the data source at the file path.static AcceleratorXMLDataManager.acceleratorWithPath(String filePath, boolean isValidating) Read the accelerator from the data source at the file path and using DTD validation if if the user specifies.static AcceleratorXMLDataManager.acceleratorWithPath(String filePath, ChannelFactory channelFactory) Read the accelerator from the data source at the file path.static XMLDataManagerXMLDataManager.managerWithFilePath(String filePath) Create and return a new XMLDataManager with its source given by the specified file path.static XMLDataManagerXMLDataManager.managerWithFilePath(String filePath, ChannelFactory channelFactory) Create and return a new XMLDataManager with its source given by the specified file path.voidXMLDataManager.setMainPath(String filePath) Set the file path to use as the accelerator data source which includes pointers to the optics and other supporting data such as the edit context and optics corrections. -
Uses of URLUtil.FilePathException in xal.tools
Methods in xal.tools that throw URLUtil.FilePathExceptionModifier and TypeMethodDescriptionstatic StringURLUtil.urlSpecForFile(File file) Convert a file to a URL specificationstatic StringURLUtil.urlSpecForFilePath(String filePath) Convert a file path to a URL specification -
Uses of URLUtil.FilePathException in xal.tools.xml
Methods in xal.tools.xml that throw URLUtil.FilePathExceptionModifier and TypeMethodDescriptionstatic voidXmlTableIO.readTableGroupFromFile(EditContext editContext, String tableGroup, File file) Read the table group from the specified file into editContext without XML validation.static voidXmlTableIO.writeTableGroupToFile(EditContext editContext, String group, File file) Write all tables associated with the specified group in editContext to an XML file.