| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content="Copyright (c) 2014 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css"> |
| <title>Adopting 4.4 mechanisms and APIs</title> |
| </head> |
| |
| <body> |
| |
| <h1>Adopting 4.4 mechanisms and APIs</h1> |
| |
| <p> |
| This section describes changes that are required if you are trying to change |
| your 4.3 plug-in to adopt the 4.4 mechanisms and APIs. |
| </p> |
| |
| <ol> |
| <li>No entries.</li> |
| </ol> |
| |
| <hr> |
| |
| <!-- ############################################## --> |
| <!-- <h2><a name="item">Item Title</a></h2> |
| <p> |
| </p> |
| --> |
| |
| <h2><a name="platform-debug-generified-launch-api">Platform Debug Generified APIs</a></h2> |
| <p> |
| All of the APIs for Platform Debug have been generified in 4.4. If you have been using the platform debug code in generified client code |
| there could be compile errors migrating. |
| |
| For example: |
| </p> |
| <pre> |
| Map<Object, Object> value = myconfig.get(mymap, null); |
| </pre> |
| |
| would have compiled fine previously, but now is a compile error because the generified API returns a <code>Map<String, String></code>. |
| |
| <!-- ############################################## --> |
| |
| </body> |
| </html> |