Re: Programatic way to save content of an Output Console?
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CA+qecRPiABaCz3ht69ZTYxXig+vU=83MoQMAyy1_KTos2+wEBA@mail.gmail.com> |
OutWriter is not public API. You need to: - Have your module be a friend module to output2, or - Have an implementation dependency on output2, or - Find a way to invoke the code reflectively -Tim On Wed, Jun 22, 2016 at 12:54 AM, geertjan wielenga < [email protected]> wrote: > > I'm not going to write back and forth endlessly on this -- please put code > on GitHub, consisting of a small application that contains the code that > you're having a problem with and describe in the comments what you'd like > to achieve. I'll take a look. > > Gj > > > On 21-6-2016 17:32, glenn_david wrote: > >> Hi Gj, >> >> Thanks for the reply but the classes that I need to import (ie. >> OutWriter) are not exported in the following Netbeans package. >> >> >> geertjan wrote: >> >>> >>> http://bits.netbeans.org/dev/javadoc/org-netbeans-api-io/org/netbeans/api/io/package-summary.html >>> >>> Gj >>> >>> >>> >> >> >> >> > -- http://timboudreau.com