Uses of Class
org.qdl_lang.workspace.WorkspaceCommands.WSLibEntry
-
Packages that use WorkspaceCommands.WSLibEntry Package Description org.qdl_lang.workspace The workspace and the commands that drive it. -
-
Uses of WorkspaceCommands.WSLibEntry in org.qdl_lang.workspace
Methods in org.qdl_lang.workspace that return WorkspaceCommands.WSLibEntry Modifier and Type Method Description protected WorkspaceCommands.WSLibEntry
WorkspaceCommands. processJavaLibEntry(boolean isVFS, String fullPath, File currentFile)
Looks for a lib entry that was serialized using Java serialization.protected WorkspaceCommands.WSLibEntry
WorkspaceCommands. processJSONLibEntry(boolean isVFS, String fullPath)
protected WorkspaceCommands.WSLibEntry
WorkspaceCommands. processJSONLibEntry(boolean isVFS, String fullPath, boolean compressionOn)
protected WorkspaceCommands.WSLibEntry
WorkspaceCommands. processXMLLibEntry(boolean isVFS, String fullPath, File currentFile)
Looks at a lib entry that was serialized in XML
-