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.workspaceMethods in org.qdl_lang.workspace that return WorkspaceCommands.WSLibEntry Modifier and Type Method Description protected WorkspaceCommands.WSLibEntryWorkspaceCommands. processJavaLibEntry(boolean isVFS, String fullPath, File currentFile)Looks for a lib entry that was serialized using Java serialization.protected WorkspaceCommands.WSLibEntryWorkspaceCommands. processJSONLibEntry(boolean isVFS, String fullPath)protected WorkspaceCommands.WSLibEntryWorkspaceCommands. processJSONLibEntry(boolean isVFS, String fullPath, boolean compressionOn)protected WorkspaceCommands.WSLibEntryWorkspaceCommands. processXMLLibEntry(boolean isVFS, String fullPath, File currentFile)Looks at a lib entry that was serialized in XML
 
-