Returns the collection of include coda files. @return The include coda files
()
| 272 | * @return The include coda files |
| 273 | */ |
| 274 | public Collection<String> getIncludeCoda() { |
| 275 | return includeCoda; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Sets the collection of include coda files. |
no outgoing calls
no test coverage detected