Results 1 to 3 of 3

Thread: How to get method inner *.aj file fomart?

  1. #1
    Join Date
    Feb 2013
    Location
    VietNam
    Posts
    2

    Default How to get method inner *.aj file fomart?

    Hi All
    I want to get a method contain inner *_Roo_Finder.aj
    Could you help me some Java Code or any Ideas?

    Thanks advance!

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    Quote Originally Posted by trdgkhoa View Post
    I want to get a method contain inner *_Roo_Finder.aj!
    if you need to modify it, use the push-in process.
    If you need to call it, create an object of this kind and invoke method in static way.

    More info at doc: http://static.springsource.org/sprin...eference/html/

    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  3. #3
    Join Date
    Feb 2013
    Location
    VietNam
    Posts
    2

    Default

    Quote Originally Posted by mmartinez View Post
    if you need to modify it, use the push-in process.
    If you need to call it, create an object of this kind and invoke method in static way.

    More info at doc: http://static.springsource.org/sprin...eference/html/

    Regards !
    Thanks for anser!
    But in this case, i need process inner *_Roo_Finder.aj file fomart and not edit or push-in them for custom
    we can get contain of this file(read file) and parse it to use, but this is a bad ideas

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •