- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp/ResourceTool.java
r86 r136 120 120 121 121 /** 122 * Loads a res source from XMI122 * Loads a resource from XMI 123 123 * 124 124 * @param inputPath 125 125 * path to the xmi 126 126 * @param extension 127 * of the res source to load127 * of the resource to load 128 128 * @param p 129 129 * the given EPackage 130 * @return 130 * @return the resource 131 131 */ 132 132 // TODO: workarounds copied from respective methods without EPackage parameter … … 156 156 157 157 /** 158 * Loads a res source from XMI158 * Loads a resource from XMI 159 159 * 160 160 * @param inputPath … … 162 162 * @param extension 163 163 * of the ressource to load 164 * @return 164 * @return the resource 165 165 */ 166 166 … … 187 187 188 188 /** 189 * Gets a res source from a binary form189 * Gets a resource from a binary form 190 190 * 191 191 * @param inputPath … … 194 194 * of the model to load 195 195 * @param p 196 * EPackage to put the loaded res source in197 * @return 196 * EPackage to put the loaded resource in 197 * @return the resource 198 198 */ 199 199 public Resource getResourceFromBinary(String inputPath, String extension, EPackage p) { … … 218 218 219 219 /** 220 * Loads a res source from a binary form220 * Loads a resource from a binary form 221 221 * 222 222 * @param inputPath … … 225 225 * of the model to load 226 226 * @param p 227 * EPackage to put the loaded res source in228 * @return 227 * EPackage to put the loaded resource in 228 * @return the resource 229 229 */ 230 230 // TODO: workarounds copied from respective methods without EPackage parameter … … 266 266 267 267 /** 268 * Loads a res source from a binary form268 * Loads a resource from a binary form 269 269 * 270 270 * @param inputPath … … 272 272 * @param extension 273 273 * of the model to load 274 * @return 274 * @return the resource 275 275 */ 276 276 @SuppressWarnings(
Note: See TracChangeset
for help on using the changeset viewer.