Uses of Class
de.extio.spacecraft.shared.model.metaserver.DirectoryModInfo
-
Packages that use DirectoryModInfo Package Description de.extio.spacecraft.shared.model.metaserver Data transfer objects for the metaserver -
-
Uses of DirectoryModInfo in de.extio.spacecraft.shared.model.metaserver
Methods in de.extio.spacecraft.shared.model.metaserver that return DirectoryModInfo Modifier and Type Method Description static DirectoryModInfo
DirectoryModInfo. fromReport(String report)
Methods in de.extio.spacecraft.shared.model.metaserver that return types with arguments of type DirectoryModInfo Modifier and Type Method Description List<DirectoryModInfo>
DirectoryRecord. getModInfos()
Method parameters in de.extio.spacecraft.shared.model.metaserver with type arguments of type DirectoryModInfo Modifier and Type Method Description void
DirectoryRecord. setModInfos(List<DirectoryModInfo> modInfos)
-