클래스 이름 바꾸기 옵션

클래스 이름 바꾸기에는 여러 가지 옵션이 있습니다. 다음을 수행할 수 있습니다.

  • 네임스페이스 멤버 자격을 유지하면서 이름을 바꿀 클래스 지정(keepnamespace)
  • 네임스페이스 계층 구조를 유지하면서 네임스페이스 이름 바꾸기(keephierarchy)
  • 이름을 완전히 바꿔서 네임스페이스의 개념 제거(기본값)
<renaming>
<!—- NOTE: these two options are mutually exclusive -->

 <!--  Keep namespaces as they are, but rename types. -->
 <option>keepnamespace</option>

 <!-- Preserves namespace hierarchy but rename --> 
 <!-- namespace names -->
 <option>keephierarchy</option>
 ...
</renaming>

이 절의 내용

Keepnamespace 이름 바꾸기 옵션

Keephierarchy 이름 바꾸기 옵션

전체 클래스 이름 바꾸기(기본값)

© 2002-2007 PreEmptive Solutions. All rights reserved.