Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.jet.taglib.java
Class JavaImportsUtil

java.lang.Object
  extended by 
org.eclipse.jet.taglib.java.JavaImportsUtil

public final class JavaImportsUtil
extends java.lang.Object

Utility function for sharing access to ImportManager created by the <java:importsManager;> tags.

This class is not intended to be instantiated or extended by clients.


Method Summary
static org.eclipse.emf.codegen.util.ImportManager getImportManager ( JET2Writer writer)
          Deprecated. Use JavaActionsUtil.getImportManager(JET2Writer) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImportManager

public static org.eclipse.emf.codegen.util.ImportManager getImportManager(
JET2Writer writer)
                                                                   throws 
JET2TagException
Deprecated. Use JavaActionsUtil.getImportManager(JET2Writer) instead

Return the imports manager installed in the current writer.

Parameters:
writer - the current writer. Cannot be null.
Returns:
the imports manager installed on the writer.
Throws:
JET2TagException - if no <java:importsLocation> tag has executed on the writer.
java.lang.NullPointerException - if writer is null.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire