| Class and Description |
|---|
| org.eclipse.xtext.util.LineFilterOutputStream
this class is obsolete and will be removed in a future release of Xtext.
|
| org.eclipse.xtext.util.MergeableManifest
Uses reflection which will not work well with future java
versions. Use
MergeableManifest2 instead. |
| Method and Description |
|---|
| org.eclipse.xtext.util.MergeableManifest.make512Safe(StringBuffer) |
| org.eclipse.xtext.util.MergeableManifest.mergeIntoCommaSeparatedList(String, Set<String>, Wrapper<Boolean>) |
| org.eclipse.xtext.util.Files.readFileIntoString(String)
Use com.google.common.io.Files.toString(File, Charset) instead
|
| org.eclipse.xtext.util.Files.readStreamIntoByteArray(InputStream)
Use com.google.common.io.ByteStreams.toByteArray(InputStream) instead
|
| org.eclipse.xtext.util.OnChangeEvictingCache.CacheAdapter.setIgnoreNotifications(boolean) |